Let's increment coreapi version number to 1.0.4.2

This commit is contained in:
rdb 2015-04-01 14:01:58 +02:00
parent 9f3b37d62f
commit 19e5677e18
2 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,7 @@ The list below contains a subset of the changes introduced:
* We now offer 64-bit Windows and Mac OS X builds. * We now offer 64-bit Windows and Mac OS X builds.
* Switch to MSVC 2010; no more assembly manifests. * Switch to MSVC 2010; no more assembly manifests.
* Cocoa port for Mac OS X; 64-bit OS X support. * Cocoa port for better Mac OS X support, esp. newer versions.
* We now compile the Python modules into panda3d/*.pyd modules; * We now compile the Python modules into panda3d/*.pyd modules;
no more imp.load_dynamic hackery needed. no more imp.load_dynamic hackery needed.
* Support for GPU profiling in OpenGL, see pstats-gpu-timing * Support for GPU profiling in OpenGL, see pstats-gpu-timing

View File

@ -44,5 +44,4 @@
// integers, but by convention it will consist of four integers, with // integers, but by convention it will consist of four integers, with
// the first three matching the plugin version, and the fourth integer // the first three matching the plugin version, and the fourth integer
// being incremented with each new Core API revision. // being incremented with each new Core API revision.
#define P3D_COREAPI_VERSION $[P3D_PLUGIN_VERSION] 1 #define P3D_COREAPI_VERSION $[P3D_PLUGIN_VERSION] 2