summary refs log tree commit diff stats
path: root/lib/version.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2022-12-08 15:03:51 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2022-12-08 15:03:51 -0500
commit7ea3569e3894f19fbae6cfdb3406f2240570e3c1 (patch)
treee04caa4058baa9f0a9ff46771eef903be49ce3cb /lib/version.h
parent6816abc1e89fd955524d7c772477d6483d12cbf9 (diff)
downloadverbly-7ea3569e3894f19fbae6cfdb3406f2240570e3c1.tar.gz
verbly-7ea3569e3894f19fbae6cfdb3406f2240570e3c1.tar.bz2
verbly-7ea3569e3894f19fbae6cfdb3406f2240570e3c1.zip
Added a bunch of stuff for making LINGO puzzles
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 0404f5f..4dc5e52 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 = 1; 7 const int DATABASE_MINOR_VERSION = 3;
8 8
9}; 9};
10 10