bump the version number prior to release
authorFred Drake <fdrake@acm.org>
Thu, 14 Oct 2004 05:07:17 +0000 (05:07 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 14 Oct 2004 05:07:17 +0000 (05:07 +0000)
Include/patchlevel.h

index 19531952ad9392f1c06e06cbe8107bc55213d4d8..2a2a839d7315d8c4c21a99078f308de333d078bf 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       4
 #define PY_MICRO_VERSION       0
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL      3
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_BETA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.4a3"
+#define PY_VERSION             "2.4b1"
 
 /* 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 >= ... */