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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/version.h b/lib/version.h index 41ab79e..0404f5f 100644 --- a/lib/version.h +++ b/lib/version.h
@@ -4,7 +4,7 @@
4namespace verbly { 4namespace verbly {
5 5
6 const int DATABASE_MAJOR_VERSION = 1; 6 const int DATABASE_MAJOR_VERSION = 1;
7 const int DATABASE_MINOR_VERSION = 0; 7 const int DATABASE_MINOR_VERSION = 1;
8 8
9}; 9};
10 10