瀏覽代碼

Let's increment coreapi version number to 1.0.4.2

rdb 10 年之前
父節點
當前提交
19e5677e18
共有 2 個文件被更改,包括 2 次插入3 次删除
  1. 1 1
      doc/ReleaseNotes
  2. 1 2
      dtool/PandaVersion.pp

+ 1 - 1
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

+ 1 - 2
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