From 7eee2e7f8a38aa72695f13a21fe82906a6104cda Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Mon, 13 Jun 2005 20:56:19 +0000 Subject: SConstruct is 2.37a now --- SConstruct | 4 ++-- 1 file 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) -- cgit v1.2.3