Skip to content
Snippets Groups Projects
Commit 413a4914 authored by Benjamin Peterson's avatar Benjamin Peterson
Browse files

Set version to 2.7.16 final.

parent 10b8873e
No related branches found
No related tags found
No related merge requests found
......@@ -23,11 +23,11 @@
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 7
#define PY_MICRO_VERSION 16
#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 "2.7.16rc1+"
#define PY_VERSION "2.7.16"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository). Empty
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment