~ubuntu-branches/ubuntu/precise/python3.2/precise-proposed

« back to all changes in this revision

Viewing changes to Include/patchlevel.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-03-09 18:40:39 UTC
  • mfrom: (30.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20120309184039-j3yk2emxr1plyo21
Tags: 3.2.3~rc1-1
* Python 3.2.3 release candidate 1.
* Update to 20120309 from the 3.2 branch.
* Fix libpython.a symlink. Closes: #660146.
* Build-depend on xauth.
* Run the gdb tests for the debug build only.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
/*--start constants--*/
19
19
#define PY_MAJOR_VERSION        3
20
20
#define PY_MINOR_VERSION        2
21
 
#define PY_MICRO_VERSION        2
22
 
#define PY_RELEASE_LEVEL        PY_RELEASE_LEVEL_FINAL
23
 
#define PY_RELEASE_SERIAL       0
 
21
#define PY_MICRO_VERSION        3
 
22
#define PY_RELEASE_LEVEL        PY_RELEASE_LEVEL_GAMMA
 
23
#define PY_RELEASE_SERIAL       1
24
24
 
25
25
/* Version as a string */
26
 
#define PY_VERSION              "3.2.2"
 
26
#define PY_VERSION              "3.2.3rc1"
27
27
/*--end constants--*/
28
28
 
29
29
/* Subversion Revision number of this file (not of the repository). Empty