Bump version to 1.10.0

This commit is contained in:
rdb 2015-06-03 20:47:53 +02:00
parent a70878c4ef
commit 9c0076a09b
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
// ppremake scripts for Panda.
// Use spaces to separate the major, minor, and sequence numbers here.
#define PANDA_VERSION 1 9 1
#define PANDA_VERSION 1 10 0
// This variable will be defined to false in the CVS repository, but
// scripts that generate source tarballs and/or binary releases for

View File

@ -367,7 +367,7 @@ if RUNTIME or RTDIST:
if DEBVERSION is None:
DEBVERSION = VERSION
MAJOR_VERSION = VERSION[:3]
MAJOR_VERSION = '.'.join(VERSION.split('.')[:2])
if P3DSUFFIX is None:
P3DSUFFIX = MAJOR_VERSION