~pythonregexp2.7/python/issue2636-01+09-02

« back to all changes in this revision

Viewing changes to Include/patchlevel.h

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-09-22 00:16:16 UTC
  • mfrom: (39022.1.34 Regexp-2.7)
  • Revision ID: darklord@timehorse.com-20080922001616-p1wdip9lfp0zl5cu
Merged in changes from the Atomic Grouping / Possessive Qualifiers branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#define PY_MAJOR_VERSION        2
24
24
#define PY_MINOR_VERSION        6
25
25
#define PY_MICRO_VERSION        0
26
 
#define PY_RELEASE_LEVEL        PY_RELEASE_LEVEL_ALPHA
27
 
#define PY_RELEASE_SERIAL       3
 
26
#define PY_RELEASE_LEVEL        PY_RELEASE_LEVEL_GAMMA
 
27
#define PY_RELEASE_SERIAL       2
28
28
 
29
29
/* Version as a string */
30
 
#define PY_VERSION              "2.6a3+"
 
30
#define PY_VERSION              "2.6rc2+"
31
31
/*--end constants--*/
32
32
 
33
33
/* Subversion Revision number of this file (not of the repository) */