diff options
author | Ned Deily <nad@python.org> | 2019-12-19 01:47:58 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2019-12-19 01:47:58 (GMT) |
commit | 54bd737d3bd226ce6ffe2f494cc3e3943584de72 (patch) | |
tree | b20344763858988384fcc0f91be7851c69e154bb /Include/patchlevel.h | |
parent | e5c7f464d1b6bf153189da67c870e759635aa73e (diff) | |
download | cpython-54bd737d3bd226ce6ffe2f494cc3e3943584de72.zip cpython-54bd737d3bd226ce6ffe2f494cc3e3943584de72.tar.gz cpython-54bd737d3bd226ce6ffe2f494cc3e3943584de72.tar.bz2 |
Post release updates
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r-- | Include/patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index ee269603..e912ff0 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.6" +#define PY_VERSION "3.7.6+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |