Browse Source

Update version number on release/1.10.x branch to 1.10.11

Stephen A. Imhoff 4 years ago
parent
commit
64345c71b6
2 changed files with 3 additions and 3 deletions
  1. 2 2
      dtool/PandaVersion.pp
  2. 1 1
      setup.cfg

+ 2 - 2
dtool/PandaVersion.pp

@@ -7,7 +7,7 @@
 // place to put this.
 
 // Use spaces to separate the major, minor, and sequence numbers here.
-#define PANDA_VERSION 1 10 10
+#define PANDA_VERSION 1 10 11
 
 // This variable will be defined to false in the CVS repository, but
 // scripts that generate source tarballs and/or binary releases for
@@ -30,7 +30,7 @@
 // any distributable Panda3D packages.  If you are making a Panda3D
 // build which you will be using to produce a distributable Panda3D
 // package, you should set this string appropriately.
-#define PANDA_PACKAGE_VERSION 
+#define PANDA_PACKAGE_VERSION
 
 // We also define a version for the Panda3D plugin/runtime,
 // i.e. nppanda3d.dll, p3dactivex.ocx, and panda3d.exe.  This is an

+ 1 - 1
setup.cfg

@@ -1,6 +1,6 @@
 [metadata]
 name = Panda3D
-version = 1.10.10
+version = 1.10.11
 url = https://www.panda3d.org/
 description = Panda3D is a framework for 3D rendering and game development for Python and C++ programs.
 license = Modified BSD License