Browse Source

Bump version number.

git-svn-id: file:///var/svn/tigccpp/trunk@899 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 17 years ago
parent
commit
9029c9c788
3 changed files with 3 additions and 3 deletions
  1. 1 1
      tigcc/ide/IDE.rc
  2. BIN
      tigcc/ide/IDE.res
  3. 2 2
      tigcc/ide/VersionUnit.pas

+ 1 - 1
tigcc/ide/IDE.rc

@@ -18,7 +18,7 @@ BLOCK "StringFileInfo"
 		VALUE "LegalTrademarks", ""
 		VALUE "OriginalFilename", "IDE.exe"
 		VALUE "ProductName", "TIGCC"
-		VALUE "ProductVersion", "0.96 Beta 7"
+		VALUE "ProductVersion", "0.96 Beta 8"
 		VALUE "Comments", "This program is freely distributable under the terms of the GNU General Public License.  It is kept open-source, but please email me at Sebastian@tigcc.ticalc.org if you found a bug or have a patch."
 	}
 }

BIN
tigcc/ide/IDE.res


+ 2 - 2
tigcc/ide/VersionUnit.pas

@@ -24,8 +24,8 @@ unit VersionUnit;
 interface
 
 const
-	TIGCCShortVersion = '0.96b7';
-	TIGCCLongVersion = '0.96 Beta 7';
+	TIGCCShortVersion = '0.96b8';
+	TIGCCLongVersion = '0.96 Beta 8';
 
 implementation