]> granicus.if.org Git - python/commitdiff
a post 3.4.1 world
authorBenjamin Peterson <benjamin@python.org>
Mon, 26 May 2014 22:53:27 +0000 (15:53 -0700)
committerBenjamin Peterson <benjamin@python.org>
Mon, 26 May 2014 22:53:27 +0000 (15:53 -0700)
Include/patchlevel.h

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