]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
post 3.3.7, should there be any 3.3
authorNed Deily <nad@python.org>
Tue, 19 Sep 2017 08:31:30 +0000 (04:31 -0400)
committerNed Deily <nad@python.org>
Tue, 19 Sep 2017 08:31:30 +0000 (04:31 -0400)
Include/patchlevel.h

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