From 1867094afeb44a9e7a1c63140659bad9e4f54b9c Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 9 Jan 2023 13:21:37 +0100 Subject: [PATCH] Bump version number on release/1.10.x branch to 1.10.14 --- dtool/PandaVersion.pp | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dtool/PandaVersion.pp b/dtool/PandaVersion.pp index 4b071d3777..9b8f30b25d 100644 --- a/dtool/PandaVersion.pp +++ b/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 12 +#define PANDA_VERSION 1 10 14 // This variable will be defined to false in the CVS repository, but // scripts that generate source tarballs and/or binary releases for diff --git a/setup.cfg b/setup.cfg index 886f85f894..c3a79e56c0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = Panda3D -version = 1.10.13 +version = 1.10.14 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