1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-29 10:29:30 +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:
cuz 2003-12-26 21:03:54 +00:00
parent a51631bdcd
commit aa9d9445e8

View File

@ -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)