Browse Source

Update version number to 0.96 Beta 2.

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

+ 1 - 1
IDE.dof

@@ -85,7 +85,7 @@ LegalCopyright=Copyright (c) Sebastian Reichelt, 2000-2005
 LegalTrademarks=
 OriginalFilename=IDE.exe
 ProductName=TIGCC
-ProductVersion=0.96 Beta 1
+ProductVersion=0.96 Beta 2
 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.
 
 [Excluded Packages]

+ 2 - 2
VersionUnit.pas

@@ -4,8 +4,8 @@ unit VersionUnit;
 interface
 
 const
-	TIGCCShortVersion = '0.96b1';
-	TIGCCLongVersion = '0.96 Beta 1';
+	TIGCCShortVersion = '0.96b2';
+	TIGCCLongVersion = '0.96 Beta 2';
 
 implementation