Skip to content

Commit

Permalink
Merge pull request #21 from m-peko/update-version-in-cmake
Browse files Browse the repository at this point in the history
Update version in CMake
  • Loading branch information
m-peko authored Nov 16, 2020
2 parents 3069839 + 0be945a commit 42d0bfd
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 @@ endif ()

set (BITFLAGS_VERSION_MAJOR 1)
set (BITFLAGS_VERSION_MINOR 4)
set (BITFLAGS_VERSION_PATCH 0)
set (BITFLAGS_VERSION_PATCH 1)

set (BITFLAGS_VERSION "${BITFLAGS_VERSION_MAJOR}.${BITFLAGS_VERSION_MINOR}.${BITFLAGS_VERSION_PATCH}")

Expand Down

0 comments on commit 42d0bfd

Please sign in to comment.