Skip to content

Commit 7a41638

Browse files
committed
Bump version to 2.7.18rc1.
1 parent c6bfd04 commit 7a41638

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 17
26-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
27-
#define PY_RELEASE_SERIAL 0
25+
#define PY_MICRO_VERSION 18
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.17+"
30+
#define PY_VERSION "2.7.18rc1"
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.17
1+
This is Python version 2.7.18
22
=============================
33

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

0 commit comments

Comments
 (0)