~ubuntu-branches/ubuntu/utopic/python3.3/utopic

« back to all changes in this revision

Viewing changes to Include/patchlevel.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-03-05 08:32:07 UTC
  • mfrom: (48.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20140305083207-scln8lsk2nu60k1w
Tags: 3.3.5~rc2-1
* Python 3.3.5 release candidate 2.
* Build without ffi on or1k. Addresses: #738519.
* Allow loading of extensions in the sqlite module. Addresses: #739555.
* Update autopkg tests (Martin Pitt):
  - Don't fail if apport is not installed.
  - Call su with explicit shell, as nobody has nologin as default shell now.
  - Only use $SUDO_USER if that user actually exists in the testbed.
  - Drop obsolete chowning of $TMPDIR and $ADTTMP; with current autopkgtest
    $TMPDIR has appropriate permissions, and $ADTTMP is not being used.

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        5
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.5rc1"
 
26
#define PY_VERSION              "3.3.5rc2"
27
27
/*--end constants--*/
28
28
 
29
29
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.