]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Set version to 2.6a0, seems more consistent.
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 18 Aug 2006 05:41:46 +0000 (05:41 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 18 Aug 2006 05:41:46 +0000 (05:41 +0000)
Include/patchlevel.h

index 75cd8d273ebff7eee27f617a8c71c4468d11f8d4..175337085cf15e0e58cf2a48734bc5d002206a00 100644 (file)
@@ -26,7 +26,7 @@
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.6a1"
+#define PY_VERSION             "2.6a0"
 
 /* Subversion Revision number of this file (not of the repository) */
 #define PY_PATCHLEVEL_REVISION  "$Revision$"