From 8653e24fba1721fe4a87397b31f911d7fe33f32c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 25 Apr 2013 10:46:33 +0200 Subject: Add support for data migration --- evolution/data/test2.hxx | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 evolution/data/test2.hxx (limited to 'evolution/data/test2.hxx') 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 -- cgit v1.1