1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-04 13:29:35 +00:00

Added #define for combined version

git-svn-id: svn://svn.cc65.org/cc65/trunk@2279 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2003-08-12 15:10:24 +00:00
parent 8bc9f321ec
commit 591f3f39ba

View File

@ -48,6 +48,8 @@
#define VER_MINOR 9U
#define VER_PATCH 5U
#define VERSION ((VER_MAJOR * 0x100) + (VER_MINOR * 0x10) + VER_PATCH)
/* End of version.h */