]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Version numbers for Python 2.3.3c1.
authorThomas Heller <theller@ctypes.org>
Thu, 4 Dec 2003 20:25:10 +0000 (20:25 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 4 Dec 2003 20:25:10 +0000 (20:25 +0000)
Include/patchlevel.h

index 93ab9a5d02330f55bf072c11deb0f294eb3c04f7..b41fdba27665e4979ed3111eb4da1d0f7fd82538 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       3
 #define PY_MICRO_VERSION       3
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL      0
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.3.3a0"
+#define PY_VERSION             "2.3.3c1"
 
 /* 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 >= ... */