]> granicus.if.org Git - python/commitdiff
bump the version number for 2.4a1
authorFred Drake <fdrake@acm.org>
Thu, 8 Jul 2004 03:59:33 +0000 (03:59 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 8 Jul 2004 03:59:33 +0000 (03:59 +0000)
Include/patchlevel.h

index afc9c7ea687c9aa342251a29bbf0939bf2afc7bd..4e9358c799376b0ca7bf3d6dcd14c078257bf399 100644 (file)
 #define PY_MINOR_VERSION       4
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL      0
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.4a0"
+#define PY_VERSION             "2.4a1"
 
 /* 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 >= ... */