We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c4f841 commit 74ceb35Copy full SHA for 74ceb35
Include/patchlevel.h
@@ -23,11 +23,11 @@
23
#define PY_MAJOR_VERSION 2
24
#define PY_MINOR_VERSION 7
25
#define PY_MICRO_VERSION 17
26
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
27
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL 0
28
29
/* Version as a string */
30
-#define PY_VERSION "2.7.17rc1"
+#define PY_VERSION "2.7.17"
31
/*--end constants--*/
32
33
/* Subversion Revision number of this file (not of the repository). Empty
0 commit comments