Added 1.5.2
This commit is contained in:
parent
b6371a6b12
commit
ab84c9e2e4
|
|
@ -1,3 +1,8 @@
|
|||
------------------------ RELEASE 1.5.2 ------------------------
|
||||
|
||||
This fixes just one serious bug: release 1.5.1 accidentally
|
||||
reversed the TextureStage sort order.
|
||||
|
||||
------------------------ RELEASE 1.5.1 ------------------------
|
||||
|
||||
Mostly a bugfix release, but adds some minor features too.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// ppremake scripts for Panda.
|
||||
|
||||
// Use spaces to separate the major, minor, and sequence numbers here.
|
||||
#define PANDA_VERSION 1 5 1
|
||||
#define PANDA_VERSION 1 5 2
|
||||
|
||||
// This variable will be defined to false in the CVS repository, but
|
||||
// scripts that generate source tarballs and/or binary releases for
|
||||
|
|
|
|||
Loading…
Reference in New Issue