Skip to content

Commit 413a491

Browse files
committed
Set version to 2.7.16 final.
1 parent 10b8873 commit 413a491

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Include/patchlevel.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
#define PY_MAJOR_VERSION2
2424
#define PY_MINOR_VERSION7
2525
#define PY_MICRO_VERSION16
26-
#define PY_RELEASE_LEVELPY_RELEASE_LEVEL_GAMMA
27-
#define PY_RELEASE_SERIAL1
26+
#define PY_RELEASE_LEVELPY_RELEASE_LEVEL_FINAL
27+
#define PY_RELEASE_SERIAL0
2828

2929
/* Version as a string */
30-
#define PY_VERSION "2.7.16rc1+"
30+
#define PY_VERSION "2.7.16"
3131
/*--end constants--*/
3232

3333
/* Subversion Revision number of this file (not of the repository). Empty

0 commit comments

Comments
 (0)