Version numbers
Gerald Pfeifer
pfeifer@dbai.tuwien.ac.at
Thu Feb 15 13:50:00 GMT 2001
On Thu, 15 Feb 2001, Mark Mitchell wrote:
> Let's go with the versioning scheme you suggested.
>
> Would you mind making the appropriate change to the cron job to make
> that happen? Or is this something that I can somewhow control simply
> by checking something into CVS?
Both. The first part is the patch below that I just committed. The second
is the script running on gcc.gnu.org.
HTH,
Gerald
2001-02-15 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* version.c: Bump to "3.0 20010215 (prerelease)".
Index: version.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/version.c,v
retrieving revision 1.1136
diff -u -3 -p -r1.1136 version.c
--- version.c 2001/02/12 08:45:07 1.1136
+++ version.c 2001/02/15 21:47:57
@@ -1,4 +1,4 @@
#include "gansidecl.h"
#include "version.h"
-const char *const version_string = "2.97 20010212 (experimental)";
+const char *const version_string = "3.0 20010215 (prerelease)";
More information about the Gcc
mailing list