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:
authorDaniel Dunbar <daniel@zuster.org>2005-07-22 02:34:01 +0400
committerDaniel Dunbar <daniel@zuster.org>2005-07-22 02:34:01 +0400
commit451161c29e1cd30fad15357a52cf8a2039730108 (patch)
tree07cebb7bc45ffd45fbf15b3670f29536729b47ac /source/blender/blenkernel/BKE_blender.h
parent96a6a38e00fe150d297cf3f80eb97250d9fafd82 (diff)
- bump blender version
- warning fixes (unused vars) - added do_lib_versions for patches that need to happen after linking and updated some patches. There are still issues where patches can go wrong, particularly if an Object is linked from another file. However, this should fix all crashes.
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 3e61cf9b4a8..ca4711d0141 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 237
+#define BLENDER_VERSION 238
int BKE_read_file(char *dir, void *type_r);
int BKE_read_file_from_memory(char* filebuf, int filelength, void *type_r);