Skip to content

Commit ff12dee

Browse files
committed
Raise version number to 1.10.4 on release/1.10.x branch
[skip ci]
1 parent 387b43a commit ff12dee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dtool/PandaVersion.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// place to put this.
88

99
// Use spaces to separate the major, minor, and sequence numbers here.
10-
#define PANDA_VERSION 1 10 3
10+
#define PANDA_VERSION 1 10 4
1111

1212
// This variable will be defined to false in the CVS repository, but
1313
// scripts that generate source tarballs and/or binary releases for

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = Panda3D
3-
version = 1.10.3
3+
version = 1.10.4
44
url = https://www.panda3d.org/
55
description = Panda3D is a framework for 3D rendering and game development for Python and C++ programs.
66
license = Modified BSD License

0 commit comments

Comments
 (0)