mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
Let's increment coreapi version number to 1.0.4.2
This commit is contained in:
parent
9f3b37d62f
commit
19e5677e18
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user