]> granicus.if.org Git - python/commitdiff
on to a2!
authorAnthony Baxter <anthonybaxter@gmail.com>
Tue, 3 Aug 2004 15:57:39 +0000 (15:57 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Tue, 3 Aug 2004 15:57:39 +0000 (15:57 +0000)
Include/patchlevel.h

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