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:
authorWouter van Heyst <larstiq-bforge@larstiq.dyndns.org>2004-05-13 00:58:46 +0400
committerWouter van Heyst <larstiq-bforge@larstiq.dyndns.org>2004-05-13 00:58:46 +0400
commit32e3efb59f285aa9cf4c0be1f01f92203b223bae (patch)
tree9bdc760fe55180d1aa9086c5a2e1dd2dad800a0b /SConstruct
parente0e14665fa8db968d02af14a5879f8ed856add8e (diff)
- sync version up with blender/release/VERSION
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 43181e673f1..631504904fc 100644
--- a/SConstruct
+++ b/SConstruct
@@ -19,7 +19,7 @@ if os.path.isdir (root_build_dir) == 0:
config_file = ARGUMENTS.get('CONFIG', 'config.opts')
# Blender version.
-version='2.33'
+version='2.33a'
sdl_env = Environment ()
freetype_env = Environment ()