From 40ae3082645ed3790eb1d5d6f04fb2ca36c19187 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 25 Apr 2013 07:35:45 +0200 Subject: Add support for schema version table --- evolution/template/test3.hxx | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 evolution/template/test3.hxx (limited to 'evolution/template/test3.hxx') diff --git a/evolution/template/test3.hxx b/evolution/template/test3.hxx new file mode 100644 index 0000000..68366f4 --- /dev/null +++ b/evolution/template/test3.hxx @@ -0,0 +1,12 @@ +// file : evolution/template/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 -- cgit v1.1