[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58364] trunk/blender: Tradtional release commit! 2.68 splash and the numbering.

Ton Roosendaal ton at blender.org
Thu Jul 18 12:08:28 CEST 2013


Revision: 58364
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58364
Author:   ton
Date:     2013-07-18 10:08:28 +0000 (Thu, 18 Jul 2013)
Log Message:
-----------
Tradtional release commit! 2.68 splash and the numbering.

- This should then follow the tagging
- And I would still prefer to have at least 24 hours full freeze, for proper test
  and avoid last minute errors.

Modified Paths:
--------------
    trunk/blender/release/datafiles/splash.png
    trunk/blender/source/blender/blenkernel/BKE_blender.h

Modified: trunk/blender/release/datafiles/splash.png
===================================================================
(Binary files differ)

Modified: trunk/blender/source/blender/blenkernel/BKE_blender.h
===================================================================
--- trunk/blender/source/blender/blenkernel/BKE_blender.h	2013-07-18 09:34:15 UTC (rev 58363)
+++ trunk/blender/source/blender/blenkernel/BKE_blender.h	2013-07-18 10:08:28 UTC (rev 58364)
@@ -41,8 +41,8 @@
 /* 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         267
-#define BLENDER_SUBVERSION      1
+#define BLENDER_VERSION         268
+#define BLENDER_SUBVERSION      0
 
 /* 262 was the last editmesh release but it has compatibility code for bmesh data */
 #define BLENDER_MINVERSION      262
@@ -50,9 +50,9 @@
 
 /* used by packaging tools */
 /* can be left blank, otherwise a,b,c... etc with no quotes */
-#define BLENDER_VERSION_CHAR    b
+#define BLENDER_VERSION_CHAR   
 /* alpha/beta/rc/release, docs use this */
-#define BLENDER_VERSION_CYCLE   rc
+#define BLENDER_VERSION_CYCLE   release
 
 extern char versionstr[]; /* from blender.c */
 




More information about the Bf-blender-cvs mailing list