diff options
| author | Ned Deily <nad@python.org> | 2017-03-21 06:32:38 (GMT) |
|---|---|---|
| committer | Ned Deily <nad@python.org> | 2017-03-21 06:32:38 (GMT) |
| commit | 69c0db5050f623e8895b72dfe970392b1f9a0e2e (patch) | |
| tree | 4453cfbdab1a996658cd1a815711664ee7742380 /Include/patchlevel.h | |
| parent | 8c18fbeed1c7721b67f1726a6e9c41acef823135 (diff) | |
| download | cpython-3.6.1.zip cpython-3.6.1.tar.gz cpython-3.6.1.tar.bz2 | |
Update docs and patchlevel for 3.6.1 finalv3.6.1
Diffstat (limited to 'Include/patchlevel.h')
| -rw-r--r-- | Include/patchlevel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index b42a0db..54a9ab6 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -19,11 +19,11 @@ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 6 #define PY_MICRO_VERSION 1 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.6.1rc1" +#define PY_VERSION "3.6.1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
