mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
bump plugin version number
This commit is contained in:
parent
948a3810e1
commit
81b832a50f
@ -792,11 +792,13 @@
|
|||||||
#defer HAVE_AWESOMIUM $[libtest $[AWESOMIUM_LPATH],$[AWESOMIUM_LIBS]]
|
#defer HAVE_AWESOMIUM $[libtest $[AWESOMIUM_LPATH],$[AWESOMIUM_LIBS]]
|
||||||
|
|
||||||
// Mozilla's so-called Gecko SDK, a.k.a. Xulrunner SDK, implements
|
// Mozilla's so-called Gecko SDK, a.k.a. Xulrunner SDK, implements
|
||||||
// NPAPI, Mozilla's semi-standard API to build a web plugin for
|
// NPAPI. So does the OSX WebKit framework. Either implementation
|
||||||
// Firefox and other Mozilla-based browsers.
|
// can be used to build a web plugin for Firefox, Safari, Chrome, and
|
||||||
|
// other non-Microsoft browsers.
|
||||||
#define NPAPI_IPATH
|
#define NPAPI_IPATH
|
||||||
#define NPAPI_LPATH
|
#define NPAPI_LPATH
|
||||||
#define NPAPI_LIBS
|
#define NPAPI_LIBS
|
||||||
|
#define NPAPI_FRAMEWORK
|
||||||
#define HAVE_NPAPI
|
#define HAVE_NPAPI
|
||||||
|
|
||||||
#define HAVE_ACTIVEX $[WINDOWS_PLATFORM]
|
#define HAVE_ACTIVEX $[WINDOWS_PLATFORM]
|
||||||
|
@ -34,15 +34,15 @@
|
|||||||
// PANDA_PACKAGE_VERSION, because it is anticipated that this plugin
|
// PANDA_PACKAGE_VERSION, because it is anticipated that this plugin
|
||||||
// code, once settled, will need to be updated much less frequently
|
// code, once settled, will need to be updated much less frequently
|
||||||
// than Panda itself.
|
// than Panda itself.
|
||||||
#define P3D_PLUGIN_VERSION 1 0 3
|
#define P3D_PLUGIN_VERSION 1 0 4
|
||||||
|
|
||||||
// Finally, there's a separate version number for the Core API. At
|
// 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
|
// first, we didn't believe we needed a Core API version number, but
|
||||||
// in this belief we were naive. This version number is a little less
|
// in this belief we were naive. This version number is a little less
|
||||||
// strict in its format requirements than P3D_PLUGIN_VERSION, above,
|
// strict in its format requirements than P3D_PLUGIN_VERSION, above,
|
||||||
// and it doesn't necessarily consist of a specific number of
|
// and it doesn't necessarily consist of a specific number of
|
||||||
// integers, but by convention it will consist of four integers, and
|
// integers, but by convention it will consist of four integers, with
|
||||||
// with the first three matching the plugin version, and the fourth
|
// the first three matching the plugin version, and the fourth integer
|
||||||
// integer being incremented with each new Core API revision.
|
// being incremented with each new Core API revision.
|
||||||
#define P3D_COREAPI_VERSION $[P3D_PLUGIN_VERSION] 3
|
#define P3D_COREAPI_VERSION $[P3D_PLUGIN_VERSION] 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user