blob: 41ab79e0f4f571b03c46aa4dbffb691b57709675 (
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 = 0;
};
#endif /* end of include guard: VERSION_H_3CACFC4B */
|