]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Update version
authorGabriel Dos Reis <gdr@gcc.gnu.org>
Tue, 22 Apr 2003 06:16:09 +0000 (06:16 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Tue, 22 Apr 2003 06:16:09 +0000 (06:16 +0000)
From-SVN: r65931

gcc/ada/gnatvsn.ads
gcc/f/version.c
gcc/version.c

index c729e60f3ab7cfd66a0df2565ddb86d98be4071e..65f8ce9761c796a41f6938b4c7bbf72792a6cbd0 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.274 $
+--                            $Revision: 1.2.12.65.2.275 $
 --                                                                          --
 --          Copyright (C) 1992-2003 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.3 20030422 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.3 20030422 (release)";
    --  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 45b106830e65a63a2a860658cf7ad6707f72b221..444f9bca44295a834e81d69b8c3bcac0899cb839 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.3 20030422 (prerelease)";
+const char *const ffe_version_string = "3.2.3 20030422 (release)";
index f88feecaf82e9849455486bcf990bd00146ecec2..d1f8e85499e961ed43b148ac0881546a9144a387 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.3 20030422 (prerelease)";
+const char *const version_string = "3.2.3";