mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-07-03 07:46:53 +08:00
Add release notes and bump version.
This commit is contained in:
@ -13,7 +13,23 @@ Prior to 2008, the project was an internal project and not released to the publi
|
||||
|
||||
## Log
|
||||
|
||||
### Unity 2.6.0 ()
|
||||
### Unity 2.6.1 (Jan 2025)
|
||||
|
||||
New Features:
|
||||
|
||||
- Add `-n` comand line option as strict matcher again
|
||||
|
||||
Significant Bugfixes:
|
||||
|
||||
- Protect against problems when mis-matched command line options selected
|
||||
|
||||
Other:
|
||||
|
||||
- Protect against Conversion warnings in gcc
|
||||
- Remove Redundant line-casts
|
||||
- Make more internal functions static
|
||||
|
||||
### Unity 2.6.0 (Mar 2024)
|
||||
|
||||
New Features:
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
#define UNITY_VERSION_MAJOR 2
|
||||
#define UNITY_VERSION_MINOR 6
|
||||
#define UNITY_VERSION_BUILD 0
|
||||
#define UNITY_VERSION_BUILD 1
|
||||
#define UNITY_VERSION ((UNITY_VERSION_MAJOR << 16) | (UNITY_VERSION_MINOR << 8) | UNITY_VERSION_BUILD)
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Reference in New Issue
Block a user