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.
This commit is contained in:
Ton Roosendaal 2005-10-11 14:04:57 +00:00
parent 0ff2691c5d
commit bcbaffc8c2
4 changed files with 1434 additions and 2914 deletions

@ -54,8 +54,8 @@ if os.path.isdir (bs_globals.root_build_dir) == 0:
os.makedirs (bs_globals.root_build_dir+os.sep+'source') os.makedirs (bs_globals.root_build_dir+os.sep+'source')
# Blender version. # Blender version.
version='2.37a' version='2.40-alpha1'
shortversion = '237a' # for wininst target -> nsis installer creation shortversion = '240alpha1' # for wininst target -> nsis installer creation
sdl_env = Environment (ENV = os.environ) sdl_env = Environment (ENV = os.environ)
freetype_env = Environment (ENV = os.environ) freetype_env = Environment (ENV = os.environ)

@ -1 +1 @@
2.37a 2.40-alpha1

@ -43,7 +43,7 @@ extern "C" {
struct ListBase; struct ListBase;
struct MemFile; struct MemFile;
#define BLENDER_VERSION 238 #define BLENDER_VERSION 239
int BKE_read_file(char *dir, void *type_r); int BKE_read_file(char *dir, void *type_r);
int BKE_read_file_from_memory(char* filebuf, int filelength, void *type_r); int BKE_read_file_from_memory(char* filebuf, int filelength, void *type_r);

File diff suppressed because it is too large Load Diff