summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-14 07:16:21 +0000
committergccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-14 07:16:21 +0000
commitab84903d8166e4be1632c1ade2d014f77fab42bf (patch)
treea97499eb0d43aa439df1072262b319fc35c3725d
parent50eecb47b42e1296a4f4adf05cbce213df0fc21f (diff)
downloadgcc-ab84903d8166e4be1632c1ade2d014f77fab42bf.tar.gz
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-3_1-branch@53444 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/f/version.c2
-rw-r--r--gcc/version.c2
-rw-r--r--libf2c/libF77/Version.c2
-rw-r--r--libf2c/libI77/Version.c2
-rw-r--r--libf2c/libU77/Version.c2
-rw-r--r--libstdc++-v3/include/bits/c++config2
6 files changed, 6 insertions, 6 deletions
diff --git a/gcc/f/version.c b/gcc/f/version.c
index 260a41536e6..f497d278d13 100644
--- a/gcc/f/version.c
+++ b/gcc/f/version.c
@@ -1,4 +1,4 @@
#include "ansidecl.h"
#include "f/version.h"
-const char *const ffe_version_string = "3.1 20020513 (prerelease)";
+const char *const ffe_version_string = "3.1 20020514 (prerelease)";
diff --git a/gcc/version.c b/gcc/version.c
index 7187c52ed03..931c684c02a 100644
--- a/gcc/version.c
+++ b/gcc/version.c
@@ -1,4 +1,4 @@
#include "ansidecl.h"
#include "version.h"
-const char *const version_string = "3.1 20020513 (prerelease)";
+const char *const version_string = "3.1 20020514 (prerelease)";
diff --git a/libf2c/libF77/Version.c b/libf2c/libF77/Version.c
index 9f2d4240339..d81135fa747 100644
--- a/libf2c/libF77/Version.c
+++ b/libf2c/libF77/Version.c
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
/*
*/
-char __G77_LIBF77_VERSION__[] = "3.1 20020513 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1 20020514 (prerelease)";
/*
2.00 11 June 1980. File version.c added to library.
diff --git a/libf2c/libI77/Version.c b/libf2c/libI77/Version.c
index 3638e2c07ac..5fe85b9bd79 100644
--- a/libf2c/libI77/Version.c
+++ b/libf2c/libI77/Version.c
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
/*
*/
-char __G77_LIBI77_VERSION__[] = "3.1 20020513 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1 20020514 (prerelease)";
/*
2.01 $ format added
diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c
index 9b52c880769..92b6b1df556 100644
--- a/libf2c/libU77/Version.c
+++ b/libf2c/libU77/Version.c
@@ -1,6 +1,6 @@
static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
-char __G77_LIBU77_VERSION__[] = "3.1 20020513 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1 20020514 (prerelease)";
#include <stdio.h>
diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config
index d5bf45841e5..38f98da6ac7 100644
--- a/libstdc++-v3/include/bits/c++config
+++ b/libstdc++-v3/include/bits/c++config
@@ -34,7 +34,7 @@
#include <bits/os_defines.h>
// The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020513
+#define __GLIBCPP__ 20020514
// This is necessary until GCC supports separate template
// compilation.