]> git.sur5r.net Git - cc65/commitdiff
Bumped the version number for the snapshot
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 10 Sep 2005 12:53:45 +0000 (12:53 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 10 Sep 2005 12:53:45 +0000 (12:53 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3638 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/common/version.h

index 2a77a899d78c3c904d00e8d545b53644283f6507..5710c2984736854de463123feef13b30327ca965 100644 (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)