Ignore:
Timestamp:
Mar 19, 2014, 11:11:30 AM (11 years ago)
Author:
dmik
Message:

python: Update vendor to 2.7.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/vendor/current/Include/patchlevel.h

    r2 r388  
    77
    88   When the major or minor version changes, the VERSION variable in
    9    configure.in must also be changed.
     9   configure.ac must also be changed.
    1010
    1111   There is also (independent) API version information in modsupport.h.
     
    2222/*--start constants--*/
    2323#define PY_MAJOR_VERSION        2
    24 #define PY_MINOR_VERSION        6
    25 #define PY_MICRO_VERSION        5
     24#define PY_MINOR_VERSION        7
     25#define PY_MICRO_VERSION        6
    2626#define PY_RELEASE_LEVEL        PY_RELEASE_LEVEL_FINAL
    2727#define PY_RELEASE_SERIAL       0
    2828
    2929/* Version as a string */
    30 #define PY_VERSION              "2.6.5"
     30#define PY_VERSION              "2.7.6"
    3131/*--end constants--*/
    3232
    33 /* Subversion Revision number of this file (not of the repository) */
    34 #define PY_PATCHLEVEL_REVISION  "$Revision: 79063 $"
     33/* Subversion Revision number of this file (not of the repository). Empty
     34   since Mercurial migration. */
     35#define PY_PATCHLEVEL_REVISION  ""
    3536
    3637/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Note: See TracChangeset for help on using the changeset viewer.