Skip to content

Commit 6e3962f

Browse files
author
barry.warsaw
committed
Fix the release level
git-svn-id: http://svn.python.org/projects/python/trunk@66416 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 58f7af2 commit 6e3962f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Include/patchlevel.h

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

2929
/* Version as a string */
3030
#define PY_VERSION "2.6rc1"

0 commit comments

Comments
 (0)