]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Set version numbers for mainline
authorMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 26 Feb 2002 05:50:55 +0000 (05:50 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 26 Feb 2002 05:50:55 +0000 (05:50 +0000)
From-SVN: r50036

gcc/doc/include/gcc-common.texi
gcc/f/version.c
gcc/version.c
libf2c/libF77/Version.c
libf2c/libI77/Version.c
libf2c/libU77/Version.c

index 947dde19f71ab9994a5a8d7d827ab14e20165689..b1506b761e61a159f9303456b0c311af277f665c 100644 (file)
@@ -1,10 +1,10 @@
-@c Copyright (C) 2001 Free Software Foundation, Inc.
+@c Copyright (C) 2001, 2002 Free Software Foundation, Inc.
 @c This is part of the GCC manual.
 @c For copying conditions, see the file gcc.texi.
 
 @c Common values used in the GCC manuals:
 
-@set version-GCC 3.1
+@set version-GCC 3.2
 
 @c Common macros to support generating man pages:
 
index 438e51192a7e6518e6173c4274aed420f6401670..a747207b19395bc718cbcaa73c771f6f1fe3c925 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "0.5.27 20020225 (experimental)";
+const char *const ffe_version_string = "3.2 20020225 (experimental)";
index 1cfc40b5a0b529571d7253d63e909d2581f1fc7e..74921551b42107b174f40728dd016f778fe72e13 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20020225 (experimental)";
+const char *const version_string = "3.2 20020225 (experimental)";
index d4db5ff4d894e61d17501a7d37fa292190a4eaf2..d0e1a8b782b01ea36cad16a8be36874bccd405a3 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20020225 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020225 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 22f96ebc1d276912ebe214f7b88864757fb79f18..5977ac8406112704ee26440e4001570e64ee9711 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20020225 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020225 (experimental)";
 
 /*
 2.01   $ format added
index 3b754da7207a8206d733b8f1468b3d19dee2d06e..3e41438d4300b28a7b4e63340de7805b4548dc92 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20020225 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020225 (experimental)";
 
 #include <stdio.h>