summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2022-10-10 12:34:53 (GMT)
committerNed Deily <nad@python.org>2022-10-10 12:34:53 (GMT)
commit9de83ce9704ba065626f483abf6c21b7b829104e (patch)
tree09b597a05090d3a9f7f0814ff64aea964f4d3c81 /Include/patchlevel.h
parentc7ec7808191fc29f75d96496b682bd34be770a8f (diff)
downloadcpython-3.7.15.zip
cpython-3.7.15.tar.gz
cpython-3.7.15.tar.bz2
3.7.15v3.7.15
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index b94e1e4..b53f33a 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 7
-#define PY_MICRO_VERSION 14
+#define PY_MICRO_VERSION 15
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.7.14+"
+#define PY_VERSION "3.7.15"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.