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:
authorNathan Letwory <nathan@letworyinteractive.com>2004-11-14 23:31:32 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2004-11-14 23:31:32 +0300
commit044052328b5d0bb0a0c7c933e67360b4e631f05e (patch)
tree58d975e102660a012097b45c88d712de9347f71f /SConstruct
parent8f3d6449d297e26e38ed7942014f4c5e7ec8f450 (diff)
bump version to 2.35 for scons
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index f226ed48707..17b08b54817 100644
--- a/SConstruct
+++ b/SConstruct
@@ -44,8 +44,8 @@ if os.path.isdir (bs_globals.root_build_dir) == 0:
# Blender version.
-version='2.34'
-shortversion = '234' # for wininst target -> nsis installer creation
+version='2.35'
+shortversion = '235' # for wininst target -> nsis installer creation
sdl_env = Environment ()
freetype_env = Environment ()