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:
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index a786ba34aaa..85755fd6a04 100644
--- a/SConstruct
+++ b/SConstruct
@@ -44,8 +44,8 @@ if os.path.isdir (bs_globals.root_build_dir) == 0:
# Blender version.
-version='2.35'
-shortversion = '235' # for wininst target -> nsis installer creation
+version='2.35a'
+shortversion = '235a' # for wininst target -> nsis installer creation
sdl_env = Environment ()
freetype_env = Environment ()