From c57df190537a73d0cb784bfe149ff22aca884db0 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Mon, 27 Mar 2017 23:36:28 +0200 Subject: Add version information to the Makefile and to sqlitepp.h --- config.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.mk') diff --git a/config.mk b/config.mk index f7ef033..160bb74 100644 --- a/config.mk +++ b/config.mk @@ -1,3 +1,7 @@ +VERSION_MAJOR := 0 +VERSION_MINOR := 1 +VERSION_PATCH := 0 + LDFLAGS_SQLITE3 += -lsqlite3 LDFLAGS_GTEST += -lgtest -lgtest_main -- cgit v1.2.1