summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2019-03-12 18:09:08 -0400
committerNed Deily <nad@python.org>2019-03-12 18:09:08 -0400
commit822952c14e3c0f88d3aca2fab4f02e851de69fa2 (patch)
tree604ae8ffd22d268bd66a31e6cef1754e9bd84eb3 /Include
parent69785b212765f0943eb4611e1886436bdd01ade0 (diff)
downloadcpython-git-822952c14e3c0f88d3aca2fab4f02e851de69fa2.tar.gz
bump to 3.7.3rc1+
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 57775f2e5d..d8bac50d16 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.3rc1"
+#define PY_VERSION "3.7.3rc1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.