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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2011-01-02 21:34:32 +0300
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2011-01-02 21:34:32 +0300
commitddcb91fc213cb9d9f87558f88a4831cd4c8e2791 (patch)
treeb3a266754610fff89abadfc3971721f432f2001f /source/blender/blenkernel/BKE_main.h
parent3ead3c4ff3a438202a9838843ed4000b26de62a7 (diff)
parentfe44c6596d6de906f1534f139b980e6d0a205bac (diff)
Merged changes in the trunk up to revision 34010.
Diffstat (limited to 'source/blender/blenkernel/BKE_main.h')
-rw-r--r--source/blender/blenkernel/BKE_main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_main.h b/source/blender/blenkernel/BKE_main.h
index 934c39505cc..fcd61539b23 100644
--- a/source/blender/blenkernel/BKE_main.h
+++ b/source/blender/blenkernel/BKE_main.h
@@ -51,6 +51,7 @@ typedef struct Main {
char name[240];
short versionfile, subversionfile;
short minversionfile, minsubversionfile;
+ int revision; /* svn revision of binary that saved file */
struct Library *curlib;
ListBase scene;