diff options
author | Ned Deily <nad@python.org> | 2017-10-03 08:46:04 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2017-10-03 08:46:04 (GMT) |
commit | ec47aff13a3f114787f3ae99b2a7bbdd0162f510 (patch) | |
tree | 10e0c47e54dab030a38e4de6439151ec3bfc4a4e | |
parent | e925c4f299f7e93c0d96e320a7fbd2748c53618a (diff) | |
download | cpython-ec47aff13a3f114787f3ae99b2a7bbdd0162f510.zip cpython-ec47aff13a3f114787f3ae99b2a7bbdd0162f510.tar.gz cpython-ec47aff13a3f114787f3ae99b2a7bbdd0162f510.tar.bz2 |
Bump version to 3.6.3+
-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 f06b654..d369968 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.3" +#define PY_VERSION "3.6.3+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |