[Bf-blender-cvs] [639a3dd] master: 2.74 version bump

Campbell Barton noreply at git.blender.org
Wed Mar 11 16:40:59 CET 2015


Commit: 639a3dd53b997dc965546056b10ee93062ac5ca9
Author: Campbell Barton
Date:   Thu Mar 12 02:30:35 2015 +1100
Branches: master
https://developer.blender.org/rB639a3dd53b997dc965546056b10ee93062ac5ca9

2.74 version bump

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

M	source/blender/blenkernel/BKE_blender.h

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

diff --git a/source/blender/blenkernel/BKE_blender.h b/source/blender/blenkernel/BKE_blender.h
index 63cc921..e08f472 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         273
-#define BLENDER_SUBVERSION      9
+#define BLENDER_VERSION         274
+#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