summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-12-10 15:57:00 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-12-10 15:57:00 (GMT)
commita5f49f5bb46b6b8c7bf1ffedbaf3009186b94b50 (patch)
tree139b85a4c686ea15fb14c716e3809506ac2733e7 /Include/patchlevel.h
parent15a2c1506b0f0696319715b7ba93a8f443fa9082 (diff)
downloadcpython-a5f49f5bb46b6b8c7bf1ffedbaf3009186b94b50.zip
cpython-a5f49f5bb46b6b8c7bf1ffedbaf3009186b94b50.tar.gz
cpython-a5f49f5bb46b6b8c7bf1ffedbaf3009186b94b50.tar.bz2
bump to 2.7.9 finalv2.7.9
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index e2915f1..eaf66eb 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,11 +23,11 @@
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 7
#define PY_MICRO_VERSION 9
-#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.9rc1"
+#define PY_VERSION "2.7.9"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository). Empty