]> granicus.if.org Git - python/commitdiff
More post-release wibble
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 18 Aug 2006 04:01:38 +0000 (04:01 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 18 Aug 2006 04:01:38 +0000 (04:01 +0000)
Doc/commontex/boilerplate.tex
Include/patchlevel.h

index 3d78bc023e90320f3346e1605400fb26ce3b0445..b4c9f480da30e71d99c5cd84cdaafbea44b35e89 100644 (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
index db8388d960a4f69a45fa2361c8bbf0386bf652aa..75cd8d273ebff7eee27f617a8c71c4468d11f8d4 100644 (file)
 
 /* 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$"