Daily bump.

From-SVN: r57531
This commit is contained in:
GCC Administrator 2002-09-26 07:17:13 +00:00
parent ca017eef3a
commit a84dfda426
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#include "ansidecl.h"
#include "version.h"
const char version_string[] = "3.3 20020925 (experimental)";
const char version_string[] = "3.3 20020926 (experimental)";

View File

@ -34,7 +34,7 @@
#include <bits/os_defines.h>
// The current version of the C++ library in compressed ISO date format.
#define __GLIBCPP__ 20020925
#define __GLIBCPP__ 20020926
// This is necessary until GCC supports separate template
// compilation.