]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Bump version.
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Wed, 5 Feb 2003 05:09:15 +0000 (05:09 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Wed, 5 Feb 2003 05:09:15 +0000 (05:09 +0000)
From-SVN: r62432

gcc/ChangeLog
gcc/ada/ChangeLog
gcc/ada/gnatvsn.ads
gcc/doc/include/gcc-common.texi
gcc/f/ChangeLog
gcc/f/root.texi
gcc/f/version.c
gcc/java/ChangeLog
gcc/java/gcj.texi
gcc/version.c

index c8f8970bc75e437f54ace63ec9613dede9611352..6515757c32b065c712dc3f28f206ef5fa46b16ab 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-05  Gabriel Dos Reis  <gdr@integrable-solutions.net>
+
+       * doc/include/gcc-common.texi: Bump version.
+       * version.c(version_string): Update.
+
 2003-02-05  Release Manager
 
        * GCC 3.2.2 Released.
index 7e6f407f47b4c9a8b055b5573c9d4da562daba48..73acf68df8a4dc1fb32f83729d9b3ac7bce6b8f4 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-05  Gabriel Dos Reis  <gdr@integrable-solutions.net>
+
+       * gnatvsn.ads: Bump version.
+
 2003-02-05  Release Manager
 
        * GCC 3.2.2 Released.
index 7a54dba267c2a45f9e8862ad16533045c2baeb47..eaed611e1413db167da7e413eb88eec13f4a3e62 100644 (file)
@@ -6,9 +6,9 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.197 $
+--                            $Revision: 1.2.12.65.2.198 $
 --                                                                          --
---          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
+--          Copyright (C) 1992-2003 Free Software Foundation, Inc.          --
 --                                                                          --
 -- GNAT is free software;  you can  redistribute it  and/or modify it under --
 -- terms of the  GNU General Public License as published  by the Free Soft- --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.2 20030205 (release)";
+   Gnat_Version_String : constant String := "3.2.3 20030205 (prerelease)";
    --  Version output when GNAT (compiler), or its related tools, including
    --  GNATBIND, GNATCHOP, GNATFIND, GNATLINK, GNATMAKE, GNATXREF, are run
    --  (with appropriate verbose option switch set).
index f4896939c955e16fe9dd05eff54fa261f7f6e804..824ab9dc3e4d0a41345773b8355d84a870d2db23 100644 (file)
@@ -4,7 +4,7 @@
 
 @c Common values used in the GCC manuals:
 
-@set version-GCC 3.2.2
+@set version-GCC 3.2.3
 
 @c Common macros to support generating man pages:
 
index 567bc7babf8aa6b08426c2142911d3d55a335bb2..00abd846f1bae899cd0a06f403ba6bf57a117831 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-05  Gabriel Dos Reis  <gdr@integrable-solutions.net>
+
+       * root.texi: Bump version.
+       * version.c (ffe_version_string): Update.
+
 2003-02-05  Release Manager
 
        * GCC 3.2.2 Released.
index 361e2600c229aeaf453371af6ad80f7f3bc5cabc..070906970be2dd2ccb8a47f8a420c3e85e0f7e04 100644 (file)
@@ -3,7 +3,7 @@
 @c (e.g. a release branch in the CVS repository for gcc),
 @c clear this and set the version information correctly.
 @clear DEVELOPMENT
-@set version-gcc 3.2.2
+@set version-gcc 3.2.3
 
 @set email-general gcc@@gcc.gnu.org
 @set email-help gcc-help@@gcc.gnu.org
index 16c33e7ad1da7d2937cc9d72298d56b4f008ffbb..a6213a2a93d7eda91f2fc4c1856b7a2d16bb85c5 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.2 20030205 (release)";
+const char *const ffe_version_string = "3.2.3 20030205 (prerelease)";
index 89a8f65a2b092be33ad70a08b6629c14761342a5..5806fab08bd6879117bc881806a17c5853fd80e2 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-05  Gabriel Dos Reis  <gdr@integrable-solutions.net>
+
+       * gcj.texi: Bump version.
+
 2003-02-05  Release Manager
 
        * GCC 3.2.2 Released.
index 021854c1ba97d7464918e6dfee17ba9e206d087e..6a5c00a503cc67b3b084e3e97d7ff42a28bda564 100644 (file)
@@ -11,7 +11,7 @@
 @set copyrights-gcj 2001, 2002
 
 @c Versions
-@set version-gcc 3.2.2
+@set version-gcc 3.2.3
 @set which-gcj GCC-@value{version-gcc}
 
 @macro gcctabopt{body}
index a2d5c357f6e14adee79416836f726ad92ddbef17..8d6b3eaab246cfd649a002c78dcf4c4cb680f3e5 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.2";
+const char *const version_string = "3.2.3 20030205 (prerelease)";