summary refs log tree commit diff stats
path: root/lib/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/version.h')
-rw-r--r--lib/version.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/version.h b/lib/version.h new file mode 100644 index 0000000..41ab79e --- /dev/null +++ b/lib/version.h
@@ -0,0 +1,11 @@
1#ifndef VERSION_H_3CACFC4B
2#define VERSION_H_3CACFC4B
3
4namespace verbly {
5
6 const int DATABASE_MAJOR_VERSION = 1;
7 const int DATABASE_MINOR_VERSION = 0;
8
9};
10
11#endif /* end of include guard: VERSION_H_3CACFC4B */