mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
Bump version to 1.10.0
This commit is contained in:
parent
a70878c4ef
commit
9c0076a09b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user