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>2005-06-14 00:56:19 +0400
committerTon Roosendaal <ton@blender.org>2005-06-14 00:56:19 +0400
commit7eee2e7f8a38aa72695f13a21fe82906a6104cda (patch)
tree93ba1012414aabdada6029289a41fd5121163ddf
parentcbc37934a894c7913023fba449703d5d3ebd6029 (diff)
SConstruct is 2.37a now
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index cc9dac9bedc..77834ab195b 100644
--- a/SConstruct
+++ b/SConstruct
@@ -46,8 +46,8 @@ if os.path.isdir (bs_globals.root_build_dir) == 0:
os.makedirs (bs_globals.root_build_dir)
# Blender version.
-version='2.37'
-shortversion = '237' # for wininst target -> nsis installer creation
+version='2.37a'
+shortversion = '237a' # for wininst target -> nsis installer creation
sdl_env = Environment (ENV = os.environ)
freetype_env = Environment (ENV = os.environ)