Tweak the version *string* to clarify that this isn't your father's 3.0a1. :-)

This commit is contained in:
Guido van Rossum 2007-10-20 00:05:19 +00:00
parent ce3a72aec6
commit 6643cb2a7a

View file

@ -22,7 +22,7 @@
#define PY_RELEASE_SERIAL 1 #define PY_RELEASE_SERIAL 1
/* Version as a string */ /* Version as a string */
#define PY_VERSION "3.0a1" #define PY_VERSION "3.0a1+"
/* Subversion Revision number of this file (not of the repository) */ /* Subversion Revision number of this file (not of the repository) */
#define PY_PATCHLEVEL_REVISION "$Revision$" #define PY_PATCHLEVEL_REVISION "$Revision$"