]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bump version for post 3.3.7rc1
authorNed Deily <nad@python.org>
Wed, 6 Sep 2017 23:19:05 +0000 (16:19 -0700)
committerNed Deily <nad@python.org>
Wed, 6 Sep 2017 23:19:05 +0000 (16:19 -0700)
Include/patchlevel.h

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