diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2005-01-13 00:16:32 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2005-01-13 00:16:32 +0000 |
commit | 357e6cb869e20105b987aa3abcb7b0592a32d2a0 (patch) | |
tree | 1f9e99c5aad22d6926703ab5518643ba7b5d6035 /gcc | |
parent | 57dea9f62e465f0c24f73264cc995d88d4cd4d2a (diff) | |
download | gcc-357e6cb869e20105b987aa3abcb7b0592a32d2a0.zip gcc-357e6cb869e20105b987aa3abcb7b0592a32d2a0.tar.gz gcc-357e6cb869e20105b987aa3abcb7b0592a32d2a0.tar.bz2 |
Daily bump.
From-SVN: r93241
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/version.c b/gcc/version.c index 2f60bb5..d1f866c 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -5,7 +5,7 @@ please modify this string to indicate that, e.g. by putting your organization's name in parentheses at the end of the string. */ -const char version_string[] = "4.0.0 20050112 (experimental)"; +const char version_string[] = "4.0.0 20050113 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |