]> git.sur5r.net Git - cc65/commitdiff
Bumped the version number
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 21 Apr 2008 20:11:14 +0000 (20:11 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 21 Apr 2008 20:11:14 +0000 (20:11 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3839 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/common/version.h

index 5710c2984736854de463123feef13b30327ca965..614589e67dede0f9cf942ab58407f490b23d396f 100644 (file)
@@ -6,8 +6,8 @@
 /*                                                                          */
 /*                                                                          */
 /*                                                                          */
-/* (C) 1998-2005, Ullrich von Bassewitz                                      */
-/*                Römerstraße 52                                             */
+/* (C) 1998-2008, Ullrich von Bassewitz                                      */
+/*                Roemerstrasse 52                                           */
 /*                D-70794 Filderstadt                                        */
 /* EMail:         uz@cc65.org                                                */
 /*                                                                          */
@@ -45,8 +45,8 @@
 
 
 #define VER_MAJOR      2U
-#define VER_MINOR      11U
-#define VER_PATCH      9U
+#define VER_MINOR      12U
+#define VER_PATCH      0U
 
 #define VERSION         ((VER_MAJOR * 0x100) + (VER_MINOR * 0x10) + VER_PATCH)
 
@@ -58,3 +58,4 @@
 
 
 
+