Parcourir la source

Bump version to 1.04.

git-svn-id: file:///var/svn/tigccpp/trunk@887 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler il y a 17 ans
Parent
commit
ba0b3962aa
3 fichiers modifiés avec 6 ajouts et 3 suppressions
  1. 1 1
      ktigcc/NEWS
  2. 4 1
      ktigcc/fedora/ktigcc.spec
  3. 1 1
      ktigcc/ktigcc.cpp

+ 1 - 1
ktigcc/NEWS

@@ -1,6 +1,6 @@
 This is a summary of the changes in KTIGCC since the first alpha release:
 
-CVS HEAD (2006-09-23):
+KTIGCC 1.04 (2006-09-25):
 
 * Use explicit memset to zero the buffer in loadFileText because the C++ way
   doesn't seem to work on OS X.

+ 4 - 1
ktigcc/fedora/ktigcc.spec

@@ -1,7 +1,7 @@
 %define tigccdir /usr/local/tigcc
 
 Name: ktigcc
-Version: 1.03
+Version: 1.04
 Release: 1
 Vendor: TIGCC Team (http://tigcc.ticalc.org)
 Packager: Kevin Kofler <Kevin@tigcc.ticalc.org>
@@ -114,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{tigccdir}/doc/ktigcc
 
 %changelog
+* Mon Sep 25 2006 Kevin Kofler <Kevin@tigcc.ticalc.org>
+Bump version to 1.04.
+
 * Sun Sep 17 2006 Kevin Kofler <Kevin@tigcc.ticalc.org>
 Bump version to 1.03.
 

+ 1 - 1
ktigcc/ktigcc.cpp

@@ -62,7 +62,7 @@ int main( int argc, char *argv[] )
   // characters lost converting!
   QTextCodec::setCodecForCStrings(QTextCodec::codecForLocale());
 
-  KAboutData about("ktigcc","TIGCC IDE for KDE","1.03",
+  KAboutData about("ktigcc","TIGCC IDE for KDE","1.04",
   "TIGCC C and ASM SDK", KAboutData::License_GPL,
   "Copyright (C) 2004-2006 Kevin Kofler and Joey Adams. All rights reserved.\n"
   "TIGCC Copyright (C) 1999-2006 The TIGCC Team.",