Raise magic numbers for OSL and OpenCollada (should have done that much earlier), this will force rebuild of those libs next time, hopefully will solve user's issues with outdated libs.

This commit is contained in:
Bastien Montagne 2013-04-07 15:02:34 +00:00
parent 42e8f3e889
commit c0ab8a15c3

@ -948,7 +948,7 @@ EOF
compile_OSL() {
# To be changed each time we make edits that would modify the compiled result!
osl_magic=7
osl_magic=8
_src=$SRC/OpenShadingLanguage-$OSL_VERSION
_inst=$INST/osl-$OSL_VERSION
@ -1040,7 +1040,7 @@ compile_OSL() {
compile_OpenCOLLADA() {
# To be changed each time we make edits that would modify the compiled results!
opencollada_magic=5
opencollada_magic=6
_src=$SRC/OpenCOLLADA-$OPENCOLLADA_VERSION
_inst=$INST/opencollada-$OPENCOLLADA_VERSION