From 7132d09e7e2e0bd00bedeace2842caf4a66a3920 Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 6 Jan 2019 09:34:44 +0100 Subject: [PATCH] Bump version to 1.10.1 [skip ci] --- 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 ba362a70ac..f504aab0cd 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 0 +#define PANDA_VERSION 1 10 1 // 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 a2b7a81fa5..8a1a50afe0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = Panda3D -version = 1.10.0 +version = 1.10.1 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