Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juzzlin committed Jul 12, 2019
1 parent 79ecfe6 commit 4892b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_policy(VERSION 2.8.12)
option(SIMPLE_LOGGER_BUILD_SHARED_LIB "Build a shared library" OFF)

set(VERSION_MAJOR "1")
set(VERSION_MINOR "2")
set(VERSION_MINOR "3")
set(VERSION_PATCH "0")
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

Expand Down

0 comments on commit 4892b1f

Please sign in to comment.