blob: a50e54c963b215afa71a3d9a19095b0b8c648f16 (
plain)
1
2
3
4
5
6
7
8
9
|
// file : evolution/version/test1.hxx
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST1_HXX
#define TEST1_HXX
#pragma db model version(1, 1)
#endif // TEST1_HXX
|