[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [57773] trunk/blender/build_files/ build_environment/install_deps.sh: Update osl magic number when updating version ; )

Bastien Montagne montagne29 at wanadoo.fr
Wed Jun 26 14:37:48 CEST 2013


Revision: 57773
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=57773
Author:   mont29
Date:     2013-06-26 12:37:48 +0000 (Wed, 26 Jun 2013)
Log Message:
-----------
Update osl magic number when updating version ;)

Modified Paths:
--------------
    trunk/blender/build_files/build_environment/install_deps.sh

Modified: trunk/blender/build_files/build_environment/install_deps.sh
===================================================================
--- trunk/blender/build_files/build_environment/install_deps.sh	2013-06-26 12:33:30 UTC (rev 57772)
+++ trunk/blender/build_files/build_environment/install_deps.sh	2013-06-26 12:37:48 UTC (rev 57773)
@@ -1527,7 +1527,7 @@
 
 compile_OSL() {
   # To be changed each time we make edits that would modify the compiled result!
-  osl_magic=9
+  osl_magic=10
   _init_osl
 
   # Clean install if needed!




More information about the Bf-blender-cvs mailing list