From 9b8543f8cf39a2b8c7c36f1f4840d9c3d58d487f Mon Sep 17 00:00:00 2001 From: Wongoo Lee Date: Tue, 13 Dec 2016 08:53:58 -0800 Subject: [PATCH] Update version number definitions. --- headeronly_src/sqlite3pp.h | 4 ++-- src/sqlite3pp.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/headeronly_src/sqlite3pp.h b/headeronly_src/sqlite3pp.h index 06a1945..b5f1a41 100644 --- a/headeronly_src/sqlite3pp.h +++ b/headeronly_src/sqlite3pp.h @@ -25,10 +25,10 @@ #ifndef SQLITE3PP_H #define SQLITE3PP_H -#define SQLITE3PP_VERSION "1.0.0" +#define SQLITE3PP_VERSION "1.0.6" #define SQLITE3PP_VERSION_MAJOR 1 #define SQLITE3PP_VERSION_MINOR 0 -#define SQLITE3PP_VERSION_PATCH 0 +#define SQLITE3PP_VERSION_PATCH 6 #include #include diff --git a/src/sqlite3pp.h b/src/sqlite3pp.h index 263d061..8621ea2 100644 --- a/src/sqlite3pp.h +++ b/src/sqlite3pp.h @@ -28,7 +28,7 @@ #define SQLITE3PP_VERSION "1.0.0" #define SQLITE3PP_VERSION_MAJOR 1 #define SQLITE3PP_VERSION_MINOR 0 -#define SQLITE3PP_VERSION_PATCH 0 +#define SQLITE3PP_VERSION_PATCH 6 #include #include