diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/version.h | 2 |
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 @@ | |||
| 4 | namespace verbly { | 4 | namespace 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 | ||
