From de2fd218a1decccb4f233bc74ca472ed4e8c1249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Wed, 9 Sep 2015 19:02:34 +0200 Subject: [PATCH] Update version to 1.2.0 with new getHandle() --- include/SQLiteCpp/SQLiteCpp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SQLiteCpp/SQLiteCpp.h b/include/SQLiteCpp/SQLiteCpp.h index 7bb1dea..22b00b6 100644 --- a/include/SQLiteCpp/SQLiteCpp.h +++ b/include/SQLiteCpp/SQLiteCpp.h @@ -38,5 +38,5 @@ * with the value (X*1000000 + Y*1000 + Z) where X, Y, and Z are the same * numbers used in [SQLITECPP_VERSION]. */ -#define SQLITECPP_VERSION "1.1.0" -#define SQLITECPP_VERSION_NUMBER 1001000 +#define SQLITECPP_VERSION "1.2.0" +#define SQLITECPP_VERSION_NUMBER 1002000