Copyright and version tweaks for 3.0a3.

This commit is contained in:
Barry Warsaw 2008-03-01 17:45:23 +00:00
parent 014d4a026a
commit 659fc42653
9 changed files with 12 additions and 12 deletions

View file

@ -19,10 +19,10 @@
#define PY_MINOR_VERSION 0
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
#define PY_RELEASE_SERIAL 2
#define PY_RELEASE_SERIAL 3
/* Version as a string */
#define PY_VERSION "3.0a2+"
#define PY_VERSION "3.0a3"
/* Subversion Revision number of this file (not of the repository) */
#define PY_PATCHLEVEL_REVISION "$Revision$"