瀏覽代碼

Version number updates.

git-svn-id: file:///var/svn/tigccpp/trunk@288 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 18 年之前
父節點
當前提交
340a90ac0a

+ 2 - 2
tigcc/Readme.txt

@@ -1,5 +1,5 @@
 
-           TIGCC Cross Compiler for the TI-89 and TI-92 Plus v0.96 Beta 5
+           TIGCC Cross Compiler for the TI-89 and TI-92 Plus v0.96 Beta 6
           ================================================================
 
 Xavier Vassor       Xavier@tigcc.ticalc.org    (original linker and tigcc)
@@ -60,7 +60,7 @@ appropriate .diff files in this archive using the GNU 'patch' utility ('patch'
 found on Unix systems may also work).
 
 A reduced version of the full GCC source code can be downloaded at:
-http://tigcc.ticalc.org/sources/gcc-4.0.1-20050630.tar.bz2
+http://tigcc.ticalc.org/sources/gcc-4.0.2.tar.bz2
 Likewise, a reduced version of GNU binutils can be obtained from:
 http://tigcc.ticalc.org/sources/gas-2.16.1.tar.bz2
 However, if possible, it is better to get the official files from

+ 1 - 1
tigcc/doc/System/CHMFiles/index.html

@@ -6,7 +6,7 @@
 <BODY BGCOLOR="#FFFFF8">
 <CENTER>
 <H1 CLASS="H1IND">TIGCC&nbsp;&nbsp;Documentation</H1>
-<H2 CLASS="H2IND">TIGCC v0.96 Beta 5&nbsp; (Library v2.7)</H2>
+<H2 CLASS="H2IND">TIGCC v0.96 Beta 6&nbsp; (Library v2.7)</H2>
 </CENTER>
 <HR>
 <BR>

+ 1 - 1
tigcc/doc/System/Info/info/history.hss

@@ -5,7 +5,7 @@ Title=History
 <B>Note:</B> Click <A HREF="$$INFOLINK(history)">here</A> for the history of the library, or <A HREF="$$INFOLINK(ide/history)">here</A> for the history of the IDE.
 <BR><BR>
 
-<B>July 2, 2005: TIGCC v0.96 Beta 5, ld-tigcc v1.07, Library v2.7, IDE v2.93</B>
+<B>October ??, 2005: TIGCC v0.96 Beta 6, ld-tigcc v1.07, Library v2.7, IDE v2.93</B>
 
 <UL>
 <LI>Added: A new installer for the Win32 release, based on

+ 2 - 2
tigcc/doc/System/Info/info/releaseinfo.hss

@@ -3,8 +3,8 @@ Title=Release Information
 
 [Top]
 <UL>
-<LI>TIGCC v0.96 Beta 5 based on the <A HREF="http://www.gnu.org/software/gcc/">GNU Compiler Collection</A> v4.0.1 and <A HREF="http://www.gnu.org/software/binutils/">GNU Binutils</A> v2.16.1 compiled under <A HREF="http://www.mingw.org/">MinGW32</A> by <A HREF="mailto:Jean@tigcc.ticalc.org">Jean Canazzi</A>, <A HREF="mailto:Sebastian@tigcc.ticalc.org">Sebastian Reichelt</A>, and <A HREF="mailto:Kevin@tigcc.ticalc.org">Kevin Kofler</A></LI>
-<LI>A68k v2.71.F3u by Charlie Gibbs, David Ellsworth, Kevin Kofler, Julien Muchembled, and Paul Froissart</LI>
+<LI>TIGCC v0.96 Beta 6 based on the <A HREF="http://www.gnu.org/software/gcc/">GNU Compiler Collection</A> v4.0.2 and <A HREF="http://www.gnu.org/software/binutils/">GNU Binutils</A> v2.16.1 compiled under <A HREF="http://www.mingw.org/">MinGW32</A> by <A HREF="mailto:Jean@tigcc.ticalc.org">Jean Canazzi</A>, <A HREF="mailto:Sebastian@tigcc.ticalc.org">Sebastian Reichelt</A>, and <A HREF="mailto:Kevin@tigcc.ticalc.org">Kevin Kofler</A></LI>
+<LI>A68k v2.71.F3v by Charlie Gibbs, David Ellsworth, Kevin Kofler, Julien Muchembled, and Paul Froissart</LI>
 <LI>ld-tigcc v1.07 by Sebastian Reichelt and Kevin Kofler</LI>
 <LI>TIGCC Library v2.7 by <A HREF="mailto:Zeljko@tigcc.ticalc.org">Zeljko Juric</A></LI>
 <LI>TIGCC IDE v2.93 and Windows Command Line Executable by Sebastian Reichelt</LI>

+ 1 - 1
tigcc/ide/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
tigcc/ide/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
 

+ 1 - 1
tigcc/readme/Readme.txt

@@ -1,5 +1,5 @@
 
-           TIGCC Cross Compiler for the TI-89 and TI-92 Plus v0.96 Beta 5
+           TIGCC Cross Compiler for the TI-89 and TI-92 Plus v0.96 Beta 6
           ================================================================
 
 Xavier Vassor       Xavier@tigcc.ticalc.org    (original linker and tigcc)

+ 1 - 1
tigcc/setup/tigcc.nsi

@@ -20,7 +20,7 @@
 
 ; HM NIS Edit Wizard helper defines
 !define PRODUCT_NAME "TIGCC"
-!define PRODUCT_VERSION "0.96 Beta 5"
+!define PRODUCT_VERSION "0.96 Beta 6"
 !define PRODUCT_PUBLISHER "TIGCC Team"
 !define PRODUCT_WEB_SITE "http://tigcc.ticalc.org"
 !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"