summaryrefslogtreecommitdiff
path: root/evolution/version/test3.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-04-25 07:35:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-04-25 09:58:53 +0200
commit40ae3082645ed3790eb1d5d6f04fb2ca36c19187 (patch)
tree5157fe5db532ec91b0c06ce5f81d4e92444b7fe9 /evolution/version/test3.hxx
parent502926d96b0b5d79dc639b8388fbf19b11cda277 (diff)
Add support for schema version table
Diffstat (limited to 'evolution/version/test3.hxx')
-rw-r--r--evolution/version/test3.hxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/evolution/version/test3.hxx b/evolution/version/test3.hxx
new file mode 100644
index 0000000..1e4deb3
--- /dev/null
+++ b/evolution/version/test3.hxx
@@ -0,0 +1,12 @@
+// file : evolution/version/test3.hxx
+// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// license : GNU GPL v2; see accompanying LICENSE file
+
+#ifndef TEST3_HXX
+#define TEST3_HXX
+
+#define MODEL_VERSION 3
+#include "model.hxx"
+#undef MODEL_VERSION
+
+#endif // TEST3_HXX