]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Bump so that the head of the release branch is distinguishable from the
authorJeff Law <law@gcc.gnu.org>
Sun, 31 Oct 1999 04:48:30 +0000 (22:48 -0600)
committerJeff Law <law@gcc.gnu.org>
Sun, 31 Oct 1999 04:48:30 +0000 (22:48 -0600)
gcc-2.95.2 release.

From-SVN: r30286

gcc/f/version.c
gcc/version.c
libf2c/libF77/Version.c
libf2c/libI77/Version.c
libf2c/libU77/Version.c

index 5e8381f0fc4f7aef7da0ee55e9eff97eff8469ef..4232cc237199e27b6e312bdc9bb67adeda55671c 100644 (file)
@@ -1 +1 @@
-const char *ffe_version_string = "0.5.25 19991024 (release)";
+const char *ffe_version_string = "0.5.25 19991024 (prerelease)";
index 877d64d8f8651b73df733a747152104cb1fb5465..cea2f405abf976dafcbc37dc01cb31cc15f8c3f9 100644 (file)
@@ -1 +1 @@
-char *version_string = "2.95.2 19991024 (release)";
+char *version_string = "2.95.3 19991024 (prerelease)";
index 57637271a0b8cff2f6d087c903bfdc4f2f3c55fd..bcdca1d0008b9b6f830f51d4f18e48fe40a2daa5 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.25 19991024 (release)";
+char __G77_LIBF77_VERSION__[] = "0.5.25 19991024 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index ca5870c299ba4d78c59c308500d7d88816549f0e..ab46ea544a7941f1af1922d48875cb6db6155a0e 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 19990503\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.25 19991024 (release)";
+char __G77_LIBI77_VERSION__[] = "0.5.25 19991024 (prerelease)";
 
 /*
 2.01   $ format added
index 0d7238180bbfd767e0849bfb437d6e0c171dc71c..2fcac1729573c8bd0a043e51c8d353886f8da580 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.25 19991024 (release)";
+char __G77_LIBU77_VERSION__[] = "0.5.25 19991024 (prerelease)";
 
 #include <stdio.h>