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-10-11 18:04:57 +0400
committerTon Roosendaal <ton@blender.org>2005-10-11 18:04:57 +0400
commitbcbaffc8c251d5f139f4dfc424d0b853937a56fa (patch)
treede913d6181866dd29139ca628d7b92f4c4f32875 /SConstruct
parent0ff2691c5dea5012a56a122792a75c5808042438 (diff)
Look, in one commit!
- test build alpha splash - version update to 239 in code - release names are 2.40-alpha1 Note about release names; this is really an alpha still, not a release candidate, so cannot call it 2.40-pre either. Naming conventions is a discussion still... hope this works as a compromise for now.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 6c6ee8b20d0..c39ac6833fd 100644
--- a/SConstruct
+++ b/SConstruct
@@ -54,8 +54,8 @@ if os.path.isdir (bs_globals.root_build_dir) == 0:
os.makedirs (bs_globals.root_build_dir+os.sep+'source')
# Blender version.
-version='2.37a'
-shortversion = '237a' # for wininst target -> nsis installer creation
+version='2.40-alpha1'
+shortversion = '240alpha1' # for wininst target -> nsis installer creation
sdl_env = Environment (ENV = os.environ)
freetype_env = Environment (ENV = os.environ)