Skip to content

Commit

Permalink
Set version to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vinniefalco committed Sep 16, 2019
1 parent f70d149 commit 6b8df32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

cmake_minimum_required (VERSION 3.11)
set (CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/scripts ${CMAKE_MODULE_PATH})
project (NuDB VERSION 2.0.2)
project (NuDB VERSION 2.0.3)

if (POLICY CMP0074)
cmake_policy(SET CMP0074 NEW)
Expand Down
2 changes: 1 addition & 1 deletion include/nudb/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
//
#define NUDB_VERSION 200002

#define NUDB_VERSION_STRING "2.0.2"
#define NUDB_VERSION_STRING "2.0.3"

#endif

0 comments on commit 6b8df32

Please sign in to comment.