diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2004-12-25 00:10:09 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2004-12-25 00:10:09 +0000 |
commit | 85ebfb9d49a2ea39a180b6b40b4c1703fca7083a (patch) | |
tree | fa1aaba8b732c95349d2d980c9754b59064d9e54 /gnu | |
parent | 886ef39baaf802b1f78b6f20f34d5fb7ab2640f7 (diff) |
propolice marker
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/gcc/gcc/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/gcc/version.c b/gnu/usr.bin/gcc/gcc/version.c index 5c8bc4d5839..9d3959332a4 100644 --- a/gnu/usr.bin/gcc/gcc/version.c +++ b/gnu/usr.bin/gcc/gcc/version.c @@ -6,7 +6,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[] = "3.3.2 (propolice)"; +const char version_string[] = "3.3.5 (propolice)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |