summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-09-19 03:12:46 -0400
committerNed Deily <nad@python.org>2017-09-19 03:12:46 -0400
commit453408a50508bb6801b6724ba7c7d1c017c218b6 (patch)
treeb5adf256dd73936c5ec2ce85cd8a541c736dedc9 /Include/patchlevel.h
parenta4c91a1e7eca81ef7a88f07b60a0742532491f05 (diff)
downloadcpython-git-453408a50508bb6801b6724ba7c7d1c017c218b6.tar.gz
post 3.7.0a1 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 5a5986bfa4..73ef459fda 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.7.0a1"
+#define PY_VERSION "3.7.0a1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.