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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue