1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-20 05:29:39 +00:00

Bumped the version number for the snapshot

git-svn-id: svn://svn.cc65.org/cc65/trunk@3638 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2005-09-10 12:53:45 +00:00
parent 48cc6288ca
commit bf6b40e97e

View File

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