]> granicus.if.org Git - python/commitdiff
Merge tag 'v3.6.5' into 3.6
authorNed Deily <nad@python.org>
Wed, 28 Mar 2018 18:22:48 +0000 (14:22 -0400)
committerNed Deily <nad@python.org>
Wed, 28 Mar 2018 18:22:48 +0000 (14:22 -0400)
Python 3.6.5

1  2 
Include/patchlevel.h

index 989346b30c54d2c0f5103783c4059457057e924e,3dd89f6b2b6a5012431bda10405941562e2f5059..1c5881e587a1b28cebbcfc644614e8237bf4f650
  #define PY_MAJOR_VERSION      3
  #define PY_MINOR_VERSION      6
  #define PY_MICRO_VERSION      5
- #define PY_RELEASE_LEVEL      PY_RELEASE_LEVEL_GAMMA
- #define PY_RELEASE_SERIAL     1
+ #define PY_RELEASE_LEVEL      PY_RELEASE_LEVEL_FINAL
+ #define PY_RELEASE_SERIAL     0
  
  /* Version as a string */
 -#define PY_VERSION            "3.6.5"
 +#define PY_VERSION            "3.6.5+"
  /*--end constants--*/
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.