]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bump the version to 2.2.3 (final).
authorGuido van Rossum <guido@python.org>
Fri, 30 May 2003 13:41:07 +0000 (13:41 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 30 May 2003 13:41:07 +0000 (13:41 +0000)
Include/patchlevel.h

index 82873c43728ec67c1302efffdebe7b804c2dd63d..1744b468fb3240cd05a9c7336284b3882b780916 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       2
 #define PY_MICRO_VERSION       3
-#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.2.3c1+"
+#define PY_VERSION             "2.2.3"
 
 /* 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 >= ... */