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:
authorCampbell Barton <ideasman42@gmail.com>2014-03-05 21:33:15 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-03-05 21:40:49 +0400
commitdeb6f733a6aed0c578e1ee01e4d0d41563574bc7 (patch)
tree4a53aaf1308010bb8b88dff140a1f1da3fbe59b0 /source/blender/blenloader/CMakeLists.txt
parentd5aa12742cef1fd2133eeb23226d1a3c6f98ff21 (diff)
Move do-versions functions for 2.70
Diffstat (limited to 'source/blender/blenloader/CMakeLists.txt')
-rw-r--r--source/blender/blenloader/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenloader/CMakeLists.txt b/source/blender/blenloader/CMakeLists.txt
index ba87a437032..7f557d3de22 100644
--- a/source/blender/blenloader/CMakeLists.txt
+++ b/source/blender/blenloader/CMakeLists.txt
@@ -47,6 +47,7 @@ set(SRC
intern/undofile.c
intern/versioning_250.c
intern/versioning_260.c
+ intern/versioning_270.c
intern/versioning_defaults.c
intern/versioning_legacy.c
intern/writefile.c