]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
update patchlevel
authorFred Drake <fdrake@acm.org>
Wed, 16 Mar 2005 23:43:21 +0000 (23:43 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 16 Mar 2005 23:43:21 +0000 (23:43 +0000)
Include/patchlevel.h

index be71e0502a68927050e7219b9fd16970e7bb40c0..598b0a1094a9095db346d5a2c6d4febbc29f0667 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_MINOR_VERSION       4
 #define PY_MICRO_VERSION       1
 #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.4.1c1"