summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2019-03-25 19:31:06 -0400
committerNed Deily <nad@python.org>2019-03-25 19:31:06 -0400
commitbc8c26325de8d4a35af4dda442763eebbbdf6719 (patch)
tree01737f0d2003de8464a71f428f67495ba2acd863 /Include
parent3a1f71d6d7b3832da74c9a9935c734e887846fb2 (diff)
downloadcpython-git-bc8c26325de8d4a35af4dda442763eebbbdf6719.tar.gz
bump to 3.7.3+
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 61ed4c4896..e7dfbeeb96 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.7.3"
+#define PY_VERSION "3.7.3+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.