From c868edce8e8e034d631d4c8f6c9c36a17b5961b1 Mon Sep 17 00:00:00 2001 From: Ken Patel Date: Tue, 15 Feb 2011 23:10:25 +0000 Subject: [PATCH] plugin - bump P3D_PLUGIN_VERSION to 1 0 3 and P3D_COREAPI_VERSION to 1 0 3 3 --- dtool/PandaVersion.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dtool/PandaVersion.pp b/dtool/PandaVersion.pp index 7d034ca983..6d731741be 100644 --- a/dtool/PandaVersion.pp +++ b/dtool/PandaVersion.pp @@ -34,7 +34,7 @@ // PANDA_PACKAGE_VERSION, because it is anticipated that this plugin // code, once settled, will need to be updated much less frequently // than Panda itself. -#define P3D_PLUGIN_VERSION 1 0 2 +#define P3D_PLUGIN_VERSION 1 0 3 // Finally, there's a separate version number for the Core API. At // first, we didn't believe we needed a Core API version number, but @@ -44,5 +44,5 @@ // integers, but by convention it will consist of four integers, and // 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] 2 +#define P3D_COREAPI_VERSION $[P3D_PLUGIN_VERSION] 3