[Bf-blender-cvs] [7ae6070] master: Version Bump: Entering 2.72 rc state

Campbell Barton noreply at git.blender.org
Tue Sep 23 18:19:45 CEST 2014


Commit: 7ae60703a2f51bbe7556a5d2de113e0369a889fa
Author: Campbell Barton
Date:   Wed Sep 24 02:11:45 2014 +1000
Branches: master
https://developer.blender.org/rB7ae60703a2f51bbe7556a5d2de113e0369a889fa

Version Bump: Entering 2.72 rc state

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

M	source/blender/blenkernel/BKE_blender.h

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

diff --git a/source/blender/blenkernel/BKE_blender.h b/source/blender/blenkernel/BKE_blender.h
index 46a0c36..661fe03 100644
--- a/source/blender/blenkernel/BKE_blender.h
+++ b/source/blender/blenkernel/BKE_blender.h
@@ -41,8 +41,8 @@ extern "C" {
 /* these lines are grep'd, watch out for our not-so-awesome regex
  * and keep comment above the defines.
  * Use STRINGIFY() rather than defining with quotes */
-#define BLENDER_VERSION         271
-#define BLENDER_SUBVERSION      6
+#define BLENDER_VERSION         272
+#define BLENDER_SUBVERSION      0
 /* 262 was the last editmesh release but it has compatibility code for bmesh data */
 #define BLENDER_MINVERSION      270
 #define BLENDER_MINSUBVERSION   5
@@ -51,7 +51,7 @@ extern "C" {
 /* can be left blank, otherwise a,b,c... etc with no quotes */
 #define BLENDER_VERSION_CHAR   
 /* alpha/beta/rc/release, docs use this */
-#define BLENDER_VERSION_CYCLE   alpha
+#define BLENDER_VERSION_CYCLE   rc
 
 extern char versionstr[]; /* from blender.c */




More information about the Bf-blender-cvs mailing list