diff --git a/doc/ReleaseNotes b/doc/ReleaseNotes index f5bb47f440..64513c39d3 100644 --- a/doc/ReleaseNotes +++ b/doc/ReleaseNotes @@ -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. * 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; no more imp.load_dynamic hackery needed. * Support for GPU profiling in OpenGL, see pstats-gpu-timing diff --git a/dtool/PandaVersion.pp b/dtool/PandaVersion.pp index bd44788d05..277912e546 100644 --- a/dtool/PandaVersion.pp +++ b/dtool/PandaVersion.pp @@ -44,5 +44,4 @@ // integers, but by convention it will consist of four integers, with // the first three matching the plugin version, and the fourth integer // being incremented with each new Core API revision. -#define P3D_COREAPI_VERSION $[P3D_PLUGIN_VERSION] 1 - +#define P3D_COREAPI_VERSION $[P3D_PLUGIN_VERSION] 2