blob: 0404f5f040ff0988d28b7214fb62bdba7e1a466b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef VERSION_H_3CACFC4B
#define VERSION_H_3CACFC4B
namespace verbly {
const int DATABASE_MAJOR_VERSION = 1;
const int DATABASE_MINOR_VERSION = 1;
};
#endif /* end of include guard: VERSION_H_3CACFC4B */
|