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:
authorTon Roosendaal <ton@blender.org>2010-09-10 20:39:08 +0400
committerTon Roosendaal <ton@blender.org>2010-09-10 20:39:08 +0400
commit40bf22e9557eeacdd408a38687e182b16ed83538 (patch)
treead8ca01a8b079c34516b0db15f29e44da0190f5a /build_files/scons
parentf1df602048ef038bc56bfc0029b251274efed49b (diff)
Part 4 of 2.54 beta commits (last)
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 894a32c14a1..5c4a4c527d5 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.53' # This is used in creating the local config directories
+VERSION = '2.54' # This is used in creating the local config directories
def print_arguments(args, bc):
if len(args):