summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-10-17 06:10:44 (GMT)
committerNed Deily <nad@python.org>2017-10-17 06:10:44 (GMT)
commit2bd37c227e8a042e036c7455d974e3d0b36aed53 (patch)
treeff4776a91451bb76ff3173e4909822e3d2d1b414 /Include/patchlevel.h
parentf7ac4fe52a278d512e263cb1711dd95c06dc964f (diff)
downloadcpython-2bd37c227e8a042e036c7455d974e3d0b36aed53.zip
cpython-2bd37c227e8a042e036c7455d974e3d0b36aed53.tar.gz
cpython-2bd37c227e8a042e036c7455d974e3d0b36aed53.tar.bz2
post 3.7.0a2 development
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 93e4e0c..23e224d 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.7.0a2"
+#define PY_VERSION "3.7.0a2+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.