~ubuntu-branches/ubuntu/raring/python3.3/raring-proposed

« back to all changes in this revision

Viewing changes to Include/patchlevel.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-09-09 13:38:55 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20120909133855-ywdcvidhglyj0bu3
* Python 3.3.0 release candidate 2.
* Add the platform include dir to pkgconfig's CFlags.
* Hint on installing the python-gdbm package on failing _gdbm import.
  LP: #995616.
* libpython3.3: Fix libpython3.3.so symlink. Closes: #686377.
* Don't use `-n' anymore to start idle in the desktop/menu files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#define PY_MINOR_VERSION        3
21
21
#define PY_MICRO_VERSION        0
22
22
#define PY_RELEASE_LEVEL        PY_RELEASE_LEVEL_GAMMA
23
 
#define PY_RELEASE_SERIAL       1
 
23
#define PY_RELEASE_SERIAL       2
24
24
 
25
25
/* Version as a string */
26
 
#define PY_VERSION              "3.3.0rc1"
 
26
#define PY_VERSION              "3.3.0rc2"
27
27
/*--end constants--*/
28
28
 
29
29
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.