From a46be28d077b4f19f4e8537982487e33e20e4f0c Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Mon, 27 Mar 2017 23:44:35 +0200 Subject: sqlitepp.h: Add complete version as SQLITEPP_VERSION --- include/sqlitepp/sqlitepp.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/sqlitepp/sqlitepp.h b/include/sqlitepp/sqlitepp.h index 1e7f322..82f4f99 100644 --- a/include/sqlitepp/sqlitepp.h +++ b/include/sqlitepp/sqlitepp.h @@ -120,8 +120,10 @@ #define SQLITEPP_VERSION_PATCH 0 #endif +#ifndef SQLITEPP_VERSION /// \brief The sqlitepp version in the format MAJOR.MINOR.PATCH. -const std::string version = "0.1.0"; +#define SQLITEPP_VERSION "0.0.0" +#ifndef /// \brief Contains all classes of the sqlitepp library. namespace sqlitepp { -- cgit v1.2.1