Daily bump.
From-SVN: r57608
This commit is contained in:
parent
b7f3b15b05
commit
fb3d26dc12
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#include "ansidecl.h"
|
||||
#include "version.h"
|
||||
|
||||
const char version_string[] = "3.3 20020927 (experimental)";
|
||||
const char version_string[] = "3.3 20020928 (experimental)";
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include <bits/os_defines.h>
|
||||
|
||||
// The current version of the C++ library in compressed ISO date format.
|
||||
#define __GLIBCPP__ 20020927
|
||||
#define __GLIBCPP__ 20020928
|
||||
|
||||
// This is necessary until GCC supports separate template
|
||||
// compilation.
|
||||
|
|
Loading…
Add table
Reference in a new issue