]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
update version number since changes have been made since the release
authorFred Drake <fdrake@acm.org>
Wed, 9 Jun 2004 14:56:12 +0000 (14:56 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 9 Jun 2004 14:56:12 +0000 (14:56 +0000)
Include/patchlevel.h

index e96ce480329ba8b4fe7d7dc06a6780862f423cc8..f85146f48454f2e55ba0627d9d820aa0dba1f5ee 100644 (file)
 /* Version parsed out into numeric values */
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       3
-#define PY_MICRO_VERSION       4
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
+#define PY_MICRO_VERSION       5
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.3.4"
+#define PY_VERSION             "2.3.5a0"
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
    Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */