From 14d6123e777bd63f2ad39f47db48fefcf5ca2aac Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 26 Aug 2011 23:37:09 +0000 Subject: [PATCH] add P3D_PLUGIN_VERSION_STR --- makepanda/makepanda.py | 1 + 1 file changed, 1 insertion(+) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index 309840535a..64e9efe4a8 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -1617,6 +1617,7 @@ def WriteConfigSettings(): plugin_config["P3D_PLUGIN_P3D_PLUGIN"] = "" plugin_config["P3D_PLUGIN_P3DPYTHON"] = "" plugin_config["P3D_COREAPI_VERSION_STR"] = COREAPI_VERSION + plugin_config["P3D_PLUGIN_VERSION_STR"] = PLUGIN_VERSION if (RUNTIME): dtool_config["HAVE_P3D_PLUGIN"] = '1'