From 19e5677e1806eacc1f78ea32aa82d9e85e5976e7 Mon Sep 17 00:00:00 2001 From: rdb Date: Wed, 1 Apr 2015 14:01:58 +0200 Subject: [PATCH] Let's increment coreapi version number to 1.0.4.2 --- doc/ReleaseNotes | 2 +- dtool/PandaVersion.pp | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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