mirror of
https://github.com/cc65/cc65.git
synced 2024-11-12 07:07:19 +00:00
Bumped the version number
git-svn-id: svn://svn.cc65.org/cc65/trunk@2837 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
a51631bdcd
commit
aa9d9445e8
@ -45,7 +45,7 @@
|
||||
|
||||
|
||||
#define VER_MAJOR 2U
|
||||
#define VER_MINOR 9U
|
||||
#define VER_MINOR 10U
|
||||
#define VER_PATCH 5U
|
||||
|
||||
#define VERSION ((VER_MAJOR * 0x100) + (VER_MINOR * 0x10) + VER_PATCH)
|
||||
|
Loading…
Reference in New Issue
Block a user