diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-25 10:46:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-25 10:46:33 +0200 |
commit | 8653e24fba1721fe4a87397b31f911d7fe33f32c (patch) | |
tree | e2d58807ac5efd20947912bc72fb95aaf07315cd /evolution/data/test3.hxx | |
parent | 40ae3082645ed3790eb1d5d6f04fb2ca36c19187 (diff) |
Add support for data migration
Diffstat (limited to 'evolution/data/test3.hxx')
-rw-r--r-- | evolution/data/test3.hxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/evolution/data/test3.hxx b/evolution/data/test3.hxx new file mode 100644 index 0000000..7decfc5 --- /dev/null +++ b/evolution/data/test3.hxx @@ -0,0 +1,12 @@ +// file : evolution/data/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 |