Skip to content

Commit 1f9ba3a

Browse files
author
neal.norwitz
committed
More post-release wibble
git-svn-id: http://svn.python.org/projects/python/trunk@51356 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 07c0ccd commit 1f9ba3a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Doc/commontex/boilerplate.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
Email: \email{docs@python.org}
66
}
77

8-
\date{17th August, 2006} % XXX update before final release!
8+
\date{\today} % XXX update before final release!
99
\input{patchlevel} % include Python version information

Include/patchlevel.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
/* Version parsed out into numeric values */
2222
#define PY_MAJOR_VERSION 2
23-
#define PY_MINOR_VERSION 5
23+
#define PY_MINOR_VERSION 6
2424
#define PY_MICRO_VERSION 0
25-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
26-
#define PY_RELEASE_SERIAL 1
25+
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
26+
#define PY_RELEASE_SERIAL 0
2727

2828
/* Version as a string */
29-
#define PY_VERSION "2.5c1"
29+
#define PY_VERSION "2.6a1"
3030

3131
/* Subversion Revision number of this file (not of the repository) */
3232
#define PY_PATCHLEVEL_REVISION "$Revision$"

0 commit comments

Comments
 (0)