diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sqlitepp/sqlitepp.h | 4 |
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 { |