1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-25 17:29:50 +00:00

Bumped the version number

git-svn-id: svn://svn.cc65.org/cc65/trunk@3840 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2008-04-21 20:14:29 +00:00
parent a623013e66
commit 9dcd19eac9

View File

@ -46,7 +46,7 @@
#define VER_MAJOR 2U #define VER_MAJOR 2U
#define VER_MINOR 12U #define VER_MINOR 12U
#define VER_PATCH 0U #define VER_PATCH 9U
#define VERSION ((VER_MAJOR * 0x100) + (VER_MINOR * 0x10) + VER_PATCH) #define VERSION ((VER_MAJOR * 0x100) + (VER_MINOR * 0x10) + VER_PATCH)