Browse Source

Bump version number and copyright date.
Remove request to send bug reports and patches directly to Sebastian Reichelt, as he's no longer actively maintaining TIGCC IDE.


git-svn-id: file:///var/svn/tigccpp/trunk/tigcc/ide@1098 9552661e-59e3-4036-b4f2-dbe53926924f

kevinkofler 17 years ago
parent
commit
a02a85b542
4 changed files with 9 additions and 9 deletions
  1. 3 3
      IDE.dof
  2. 3 3
      IDE.rc
  3. BIN
      IDE.res
  4. 3 3
      VersionUnit.pas

+ 3 - 3
IDE.dof

@@ -128,12 +128,12 @@ CompanyName=TIGCC Team
 FileDescription=TIGCC IDE
 FileVersion=2.9.4.0
 InternalName=IDE
-LegalCopyright=Copyright (c) Sebastian Reichelt and others, 2000-2006
+LegalCopyright=Copyright (c) Sebastian Reichelt and others, 2000-2007
 LegalTrademarks=
 OriginalFilename=IDE.exe
 ProductName=TIGCC
-ProductVersion=0.96 Beta 8
-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.
+ProductVersion=0.96 Beta 9
+Comments=This program is freely distributable under the terms of the GNU General Public License.
 [HistoryLists\hlConditionals]
 Count=2
 Item0=CanSplit;CodingExt

+ 3 - 3
IDE.rc

@@ -14,12 +14,12 @@ BLOCK "StringFileInfo"
 		VALUE "FileDescription", "TIGCC IDE"
 		VALUE "FileVersion", "2.9.4.0"
 		VALUE "InternalName", "IDE"
-		VALUE "LegalCopyright", "Copyright (c) Sebastian Reichelt and others, 2000-2006"
+		VALUE "LegalCopyright", "Copyright (c) Sebastian Reichelt and others, 2000-2007"
 		VALUE "LegalTrademarks", ""
 		VALUE "OriginalFilename", "IDE.exe"
 		VALUE "ProductName", "TIGCC"
-		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."
+		VALUE "ProductVersion", "0.96 Beta 9"
+		VALUE "Comments", "This program is freely distributable under the terms of the GNU General Public License."
 	}
 }
 

BIN
IDE.res


+ 3 - 3
VersionUnit.pas

@@ -2,7 +2,7 @@
   TIGCC IDE
 
   Copyright (C) 2000-2004 Sebastian Reichelt
-  Copyright (C) 2005-2006 Kevin Kofler
+  Copyright (C) 2005-2007 Kevin Kofler
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -24,8 +24,8 @@ unit VersionUnit;
 interface
 
 const
-	TIGCCShortVersion = '0.96b8';
-	TIGCCLongVersion = '0.96 Beta 8';
+	TIGCCShortVersion = '0.96b9';
+	TIGCCLongVersion = '0.96 Beta 9';
 
 implementation