]> granicus.if.org Git - python/commitdiff
Updated version numbers for post 2.2b1 development.
authorBarry Warsaw <barry@python.org>
Fri, 19 Oct 2001 17:11:58 +0000 (17:11 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 19 Oct 2001 17:11:58 +0000 (17:11 +0000)
Include/patchlevel.h

index f74711bffbe3063928693d0453e613761a6442ff..2c12f94221647509a6d26baf1f1b576b95c6dae1 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       2
 #define PY_MICRO_VERSION       0
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL      4
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_BETA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.2a4+"
+#define PY_VERSION             "2.2b1+"
 
 /* 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 >= ... */