More post-release wibble

This commit is contained in:
Neal Norwitz 2006-08-18 04:01:38 +00:00
parent 92422fb33b
commit b671c9309a
2 changed files with 5 additions and 5 deletions

View File

@ -5,5 +5,5 @@
Email: \email{docs@python.org}
}
\date{17th August, 2006} % XXX update before final release!
\date{\today} % XXX update before final release!
\input{patchlevel} % include Python version information

View File

@ -20,13 +20,13 @@
/* Version parsed out into numeric values */
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 5
#define PY_MINOR_VERSION 6
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
#define PY_RELEASE_SERIAL 1
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
#define PY_RELEASE_SERIAL 0
/* Version as a string */
#define PY_VERSION "2.5c1"
#define PY_VERSION "2.6a1"
/* Subversion Revision number of this file (not of the repository) */
#define PY_PATCHLEVEL_REVISION "$Revision$"