There was an error while loading. Please reload this page.
1 parent 10b8873 commit 413a491Copy full SHA for 413a491
Include/patchlevel.h
@@ -23,11 +23,11 @@
23
#define PY_MAJOR_VERSION2
24
#define PY_MINOR_VERSION7
25
#define PY_MICRO_VERSION16
26
-#define PY_RELEASE_LEVELPY_RELEASE_LEVEL_GAMMA
27
-#define PY_RELEASE_SERIAL1
+#define PY_RELEASE_LEVELPY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL0
28
29
/* Version as a string */
30
-#define PY_VERSION "2.7.16rc1+"
+#define PY_VERSION "2.7.16"
31
/*--end constants--*/
32
33
/* Subversion Revision number of this file (not of the repository). Empty
0 commit comments