]> granicus.if.org Git - python/commitdiff
Post-release update for 3.3.1
authorGeorg Brandl <georg@python.org>
Sat, 6 Apr 2013 14:43:06 +0000 (16:43 +0200)
committerGeorg Brandl <georg@python.org>
Sat, 6 Apr 2013 14:43:06 +0000 (16:43 +0200)
Include/patchlevel.h

index 1aaa2b8379c5d3faef988181e6fb94930f9ef71d..09a48595623d64c5a1aedf7a0eba0772be1c5d58 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "3.3.1"
+#define PY_VERSION             "3.3.1+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.