Skip to content

Commit

Permalink
Update version number definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwongu committed Dec 13, 2016
1 parent b284519 commit 9b8543f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions headeronly_src/sqlite3pp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <functional>
#include <iterator>
Expand Down
2 changes: 1 addition & 1 deletion src/sqlite3pp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <functional>
#include <iterator>
Expand Down

0 comments on commit 9b8543f

Please sign in to comment.