Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2010-07-20 20:44:59 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-07-20 20:44:59 +0400
commit75913ce446ba43098f78700b985da28b2e48b39f (patch)
tree4446a3d2576356a12d2c46a2c181b780a0202b34
parent822f0dbb9244364b2ef2b609bd64e6112a9560c6 (diff)
2.5 Beta version files increment, from 2.52 to 2.53.
-rw-r--r--build_files/scons/tools/btools.py2
-rw-r--r--release/VERSION2
-rw-r--r--source/blender/blenkernel/BKE_blender.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/build_files/scons/tools/btools.py b/build_files/scons/tools/btools.py
index 03a1a0f0b7a..5647ef0ebaa 100644
--- a/build_files/scons/tools/btools.py
+++ b/build_files/scons/tools/btools.py
@@ -15,7 +15,7 @@ import sys
Variables = SCons.Variables
BoolVariable = SCons.Variables.BoolVariable
-VERSION = '2.52' # This is used in creating the local config directories
+VERSION = '2.53' # This is used in creating the local config directories
def print_arguments(args, bc):
if len(args):
diff --git a/release/VERSION b/release/VERSION
index 49d0a5da421..c43732bd65a 100644
--- a/release/VERSION
+++ b/release/VERSION
@@ -1 +1 @@
-2.5-alpha2
+2.5-beta
diff --git a/source/blender/blenkernel/BKE_blender.h b/source/blender/blenkernel/BKE_blender.h
index baec6ecfe6a..4e299accffc 100644
--- a/source/blender/blenkernel/BKE_blender.h
+++ b/source/blender/blenkernel/BKE_blender.h
@@ -44,8 +44,8 @@ struct ReportList;
struct Scene;
struct Main;
-#define BLENDER_VERSION 252
-#define BLENDER_SUBVERSION 5
+#define BLENDER_VERSION 253
+#define BLENDER_SUBVERSION 0
#define BLENDER_MINVERSION 250
#define BLENDER_MINSUBVERSION 0