]> granicus.if.org Git - python/commitdiff
bump to 2.1a2
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 2 Feb 2001 20:13:01 +0000 (20:13 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 2 Feb 2001 20:13:01 +0000 (20:13 +0000)
Include/patchlevel.h

index a7fa73a59109f76796965a2f2988155ce11c524f..81973bf23389e391cd8be3a68f681abeb20f0226 100644 (file)
 #define PY_MINOR_VERSION       1
 #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.1a1"
+#define PY_VERSION             "2.1a2"
 
 /* Historic */
-#define PATCHLEVEL             "2.1a1"
+#define PATCHLEVEL             "2.1a2"
 
 /* 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 >= ... */