Browse Source

Added 1.5.2

Josh Yelon 17 years ago
parent
commit
ab84c9e2e4
2 changed files with 6 additions and 1 deletions
  1. 5 0
      doc/doc/ReleaseNotes
  2. 1 1
      dtool/PandaVersion.pp

+ 5 - 0
doc/doc/ReleaseNotes

@@ -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.

+ 1 - 1
dtool/PandaVersion.pp

@@ -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