+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.
+2003-02-05 Gabriel Dos Reis <gdr@integrable-solutions.net>
+
+ * gnatvsn.ads: Bump version.
+
2003-02-05 Release Manager
* GCC 3.2.2 Released.
-- --
-- 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- --
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).
@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:
+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.
@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
#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)";
+2003-02-05 Gabriel Dos Reis <gdr@integrable-solutions.net>
+
+ * gcj.texi: Bump version.
+
2003-02-05 Release Manager
* GCC 3.2.2 Released.
@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}
#include "ansidecl.h"
#include "version.h"
-const char *const version_string = "3.2.2";
+const char *const version_string = "3.2.3 20030205 (prerelease)";