]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update the version to the final 2.1.1.
authorGuido van Rossum <guido@python.org>
Wed, 18 Jul 2001 19:40:14 +0000 (19:40 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 18 Jul 2001 19:40:14 +0000 (19:40 +0000)
Include/patchlevel.h

index 886df9400c551e99a760168dc53d8ed8b7feed5c..6768da349f6375002e72a7481f2f9172e6f1293e 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       1
 #define PY_MICRO_VERSION       1
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.1.1c1"
+#define PY_VERSION             "2.1.1"
 
 /* Historic */
-#define PATCHLEVEL             "2.1.1c1"
+#define PATCHLEVEL             "2.1.1"
 
 /* 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 >= ... */