]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
aarrrrghhh
authorAnthony Baxter <anthonybaxter@gmail.com>
Thu, 23 Mar 2006 02:49:17 +0000 (02:49 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Thu, 23 Mar 2006 02:49:17 +0000 (02:49 +0000)
Include/patchlevel.h

index 38874ef236cb7663bdb4621fb97fc20630350ffa..4089718b268ec6a2423a609fa69dad325a4dc563 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_MINOR_VERSION       4
 #define PY_MICRO_VERSION       3
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      0
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
 #define PY_VERSION             "2.4.3c1"