Bump OCE Plugin version

We modified how we search for color information.  Changing the version
data will for models to reload instead of keeping the cached data with
(possibly) missing color information
This commit is contained in:
Seth Hillbrand 2020-10-14 08:47:36 -07:00
parent bbe7573d1c
commit b51ca1ab0e
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@
SCENEGRAPH* LoadModel( char const* filename );
#define PLUGIN_OCE_MAJOR 1
#define PLUGIN_OCE_MINOR 1
#define PLUGIN_OCE_PATCH 1
#define PLUGIN_OCE_MINOR 2
#define PLUGIN_OCE_PATCH 0
#define PLUGIN_OCE_REVNO 0