]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bump version number.
authorFred Drake <fdrake@acm.org>
Fri, 5 Dec 2003 17:56:18 +0000 (17:56 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 5 Dec 2003 17:56:18 +0000 (17:56 +0000)
Include/patchlevel.h

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