diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-26 08:45:07 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-26 08:45:07 +0000 |
commit | 07afb6cbda46fd6e2bc9899c5e4efeb6f7871131 (patch) | |
tree | 14bade122fd545be6e5d70710e4d9dfcf62fcd91 /gcc | |
parent | c773fc106364050f1ca4feef32c30c195bd8bad0 (diff) | |
download | ppe42-gcc-07afb6cbda46fd6e2bc9899c5e4efeb6f7871131.tar.gz ppe42-gcc-07afb6cbda46fd6e2bc9899c5e4efeb6f7871131.zip |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32176 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/f/version.c | 2 | ||||
-rw-r--r-- | gcc/version.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/f/version.c b/gcc/f/version.c index 3346b110b16..289a5ef8c1b 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1 +1 @@ -const char *ffe_version_string = "0.5.25 20000225 (experimental)"; +const char *ffe_version_string = "0.5.25 20000226 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index c50e3de5cdd..174711b96f2 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -1,4 +1,4 @@ #include "gansidecl.h" #include "version.h" -const char *const version_string = "2.96 20000225 (experimental)"; +const char *const version_string = "2.96 20000226 (experimental)"; |