Commit: 154af70f2b5b7b9ae3eb203a71b4f70d28b78dec
Author: julianeisel
Date:   Fri Oct 31 17:54:18 2014 +0100
Branches: master
https://developer.blender.org/rB154af70f2b5b7b9ae3eb203a71b4f70d28b78dec

Fix T42432: Correct BLENDER_SUBVERSION

Bump up BLENDER_SUBVERSION to 2 to allow saving of widget emboss.

===================================================================

M       source/blender/blenkernel/BKE_blender.h

===================================================================

diff --git a/source/blender/blenkernel/BKE_blender.h 
b/source/blender/blenkernel/BKE_blender.h
index 6c8f90c..4c333c8 100644
--- a/source/blender/blenkernel/BKE_blender.h
+++ b/source/blender/blenkernel/BKE_blender.h
@@ -42,7 +42,7 @@ extern "C" {
  * and keep comment above the defines.
  * Use STRINGIFY() rather than defining with quotes */
 #define BLENDER_VERSION         272
-#define BLENDER_SUBVERSION      1
+#define BLENDER_SUBVERSION      2
 /* 262 was the last editmesh release but it has compatibility code for bmesh 
data */
 #define BLENDER_MINVERSION      270
 #define BLENDER_MINSUBVERSION   5

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to