]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
update version number for 2.3.4 final
authorFred Drake <fdrake@acm.org>
Wed, 19 May 2004 03:14:27 +0000 (03:14 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 19 May 2004 03:14:27 +0000 (03:14 +0000)
Include/patchlevel.h

index d1db3c51bed8ce3207a1cd90d895870095268745..e96ce480329ba8b4fe7d7dc06a6780862f423cc8 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       3
 #define PY_MICRO_VERSION       4
-#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.3.4c1"
+#define PY_VERSION             "2.3.4"
 
 /* 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 >= ... */