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 /source/blender/blenkernel/BKE_blender.h
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 'source/blender/blenkernel/BKE_blender.h')
-rw-r--r--source/blender/blenkernel/BKE_blender.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_blender.h b/source/blender/blenkernel/BKE_blender.h
index ca4711d0141..aed1b3eeea9 100644
--- a/source/blender/blenkernel/BKE_blender.h
+++ b/source/blender/blenkernel/BKE_blender.h
@@ -43,7 +43,7 @@ extern "C" {
struct ListBase;
struct MemFile;
-#define BLENDER_VERSION 238
+#define BLENDER_VERSION 239
int BKE_read_file(char *dir, void *type_r);
int BKE_read_file_from_memory(char* filebuf, int filelength, void *type_r);