8000 Set version to 2.7.16rc1. · python/cpython@baacaac · GitHub
[go: up one dir, main page]

Skip to content

Commit baacaac

Browse files
committed
Set version to 2.7.16rc1.
1 parent 44039c2 commit baacaac

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Include/patchlevel.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
/*--start constants--*/
2323
#define PY_MAJOR_VERSION 2
2424
#define PY_MINOR_VERSION 7
25-
#define PY_MICRO_VERSION 15
26-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
27-
#define PY_RELEASE_SERIAL 0
25+
#define PY_MICRO_VERSION 16
26+
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
27+
#define PY_RELEASE_SERIAL 1
2828

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

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

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is Python version 2.7.15
1+
This is Python version 2.7.16
22
=============================
33

44
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,

0 commit comments

Comments
 (0)
0