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 /build_files/scons
parent822f0dbb9244364b2ef2b609bd64e6112a9560c6 (diff)
2.5 Beta version files increment, from 2.52 to 2.53.
Diffstat (limited to 'build_files/scons')
-rw-r--r--build_files/scons/tools/btools.py2
1 files changed, 1 insertions, 1 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):