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
path: root/source
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2008-10-13 14:03:17 +0400
committerTon Roosendaal <ton@blender.org>2008-10-13 14:03:17 +0400
commitf02f9841427e03a7cf9b0c838ce7e51fa9d43f83 (patch)
tree3a7d20db1bd976f76a277c03d074f523ff80caa6 /source
parent570c64474ced000842a47493d62c9382caf6a7ab (diff)
Part two of the 2.48 release preparation!
(After this svn tag)
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenkernel/BKE_blender.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_blender.h b/source/blender/blenkernel/BKE_blender.h
index 421b4300c8a..1806fa18ea9 100644
--- a/source/blender/blenkernel/BKE_blender.h
+++ b/source/blender/blenkernel/BKE_blender.h
@@ -40,8 +40,8 @@ extern "C" {
struct ListBase;
struct MemFile;
-#define BLENDER_VERSION 247
-#define BLENDER_SUBVERSION 10
+#define BLENDER_VERSION 248
+#define BLENDER_SUBVERSION 0
#define BLENDER_MINVERSION 245
#define BLENDER_MINSUBVERSION 15