aboutsummaryrefslogtreecommitdiff
path: root/include/sqlitepp/sqlitepp.h
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2017-03-27 23:44:35 +0200
committerRobin Krahl <me@robin-krahl.de>2017-03-27 23:44:35 +0200
commita46be28d077b4f19f4e8537982487e33e20e4f0c (patch)
treeb6428e5cdbcd1883c8a9b0a80351398231c56cf1 /include/sqlitepp/sqlitepp.h
parent004fbbe648f6a13a23da01fb98db53444b0087af (diff)
downloadsqlitepp-a46be28d077b4f19f4e8537982487e33e20e4f0c.tar.gz
sqlitepp-a46be28d077b4f19f4e8537982487e33e20e4f0c.tar.bz2
sqlitepp.h: Add complete version as SQLITEPP_VERSION
Diffstat (limited to 'include/sqlitepp/sqlitepp.h')
-rw-r--r--include/sqlitepp/sqlitepp.h4
1 files changed, 3 insertions, 1 deletions
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 {