diff options
author | Ned Deily <nad@python.org> | 2018-06-27 18:00:56 -0400 |
---|---|---|
committer | Ned Deily <nad@python.org> | 2018-06-27 18:00:56 -0400 |
commit | fab3ba4b9ec2da4e557cfac90de74e57b3ea648e (patch) | |
tree | 68b19e5cb51c87e75059ceae05c18b0e837a1743 /Include | |
parent | Merge 3.6.6 final changes (diff) | |
download | cpython-fab3ba4b9ec2da4e557cfac90de74e57b3ea648e.tar.gz cpython-fab3ba4b9ec2da4e557cfac90de74e57b3ea648e.tar.bz2 cpython-fab3ba4b9ec2da4e557cfac90de74e57b3ea648e.zip |
start 3.6.6+
Diffstat (limited to 'Include')
-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 f20d080f5b9..3be6a8df16c 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.6.6" +#define PY_VERSION "3.6.6+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |