Browse Source

Bump version number.

git-svn-id: file:///var/svn/tigccpp/trunk@906 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 17 years ago
parent
commit
dfba3df645
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tigcc-linux/sources/tigcc/src/tigcc.h

+ 1 - 1
tigcc-linux/sources/tigcc/src/tigcc.h

@@ -24,7 +24,7 @@
 #define _TIGCC_H
 
 #define VERSION "1.3.2"
-#define TIGCC_VERSION "0.96 Beta 7 r1"
+#define TIGCC_VERSION "0.96 Beta 8 r1"
 
 /* global enumerations */
 enum Boolean 	{FALSE,TRUE};