8000 bump to 2.7.15 · python/cpython@ca079a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit ca079a3

Browse files
committed
bump to 2.7.15
1 parent 4c86fc0 commit ca079a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Include/patchlevel.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
#define PY_MAJOR_VERSION 2
2424
#define PY_MINOR_VERSION 7
2525
#define PY_MICRO_VERSION 15
26-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
27-
#define PY_RELEASE_SERIAL 1
26+
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
27+
#define PY_RELEASE_SERIAL 0
2828

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

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

0 commit comments

Comments
 (0)
0