aboutsummaryrefslogtreecommitdiff
path: root/evolution/data/test2.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-04-25 10:46:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-04-25 10:46:33 +0200
commit8653e24fba1721fe4a87397b31f911d7fe33f32c (patch)
treee2d58807ac5efd20947912bc72fb95aaf07315cd /evolution/data/test2.hxx
parent40ae3082645ed3790eb1d5d6f04fb2ca36c19187 (diff)
Add support for data migration
Diffstat (limited to 'evolution/data/test2.hxx')
-rw-r--r--evolution/data/test2.hxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/evolution/data/test2.hxx b/evolution/data/test2.hxx
new file mode 100644
index 0000000..8aa60fe
--- /dev/null
+++ b/evolution/data/test2.hxx
@@ -0,0 +1,12 @@
+// file : evolution/data/test2.hxx
+// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// license : GNU GPL v2; see accompanying LICENSE file
+
+#ifndef TEST2_HXX
+#define TEST2_HXX
+
+#define MODEL_VERSION 2
+#include "model.hxx"
+#undef MODEL_VERSION
+
+#endif // TEST2_HXX