Browse Source

Version number updates.

git-svn-id: file:///var/svn/tigccpp/trunk/tigcc/ide@288 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 18 years ago
parent
commit
d35cf64d81
2 changed files with 3 additions and 3 deletions
  1. 1 1
      IDE.dof
  2. 2 2
      VersionUnit.pas

+ 1 - 1
IDE.dof

@@ -132,7 +132,7 @@ LegalCopyright=Copyright (c) Sebastian Reichelt, 2000-2005
 LegalTrademarks=
 OriginalFilename=IDE.exe
 ProductName=TIGCC
-ProductVersion=0.96 Beta 5
+ProductVersion=0.96 Beta 6
 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.
 [HistoryLists\hlConditionals]
 Count=2

+ 2 - 2
VersionUnit.pas

@@ -3,8 +3,8 @@ unit VersionUnit;
 interface
 
 const
-	TIGCCShortVersion = '0.96b5';
-	TIGCCLongVersion = '0.96 Beta 5';
+	TIGCCShortVersion = '0.96b6';
+	TIGCCLongVersion = '0.96 Beta 6';
 
 implementation