Browse Source

Version number and copyright date updates.

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

BIN
AboutUnit.dfm


+ 2 - 2
IDE.dof

@@ -81,11 +81,11 @@ CompanyName=TIGCC Team
 FileDescription=TIGCC IDE
 FileVersion=2.9.1.0
 InternalName=IDE
-LegalCopyright=Copyright (c) Sebastian Reichelt, 2000-2002
+LegalCopyright=Copyright (c) Sebastian Reichelt, 2000-2005
 LegalTrademarks=
 OriginalFilename=IDE.exe
 ProductName=TIGCC
-ProductVersion=0.95
+ProductVersion=0.96 Beta 1
 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.95';
-	TIGCCLongVersion = '0.95';
+	TIGCCShortVersion = '0.96b1';
+	TIGCCLongVersion = '0.96 Beta 1';
 
 implementation