Skip to content

Commit

Permalink
Merge pull request #132 from twogood/twogood-patch-1
Browse files Browse the repository at this point in the history
Prepare version 1.5.1
  • Loading branch information
twogood committed Dec 5, 2021
2 parents 5325d6b + 970be64 commit 871c2bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ project(unshield C)

# Mimic CMP0048 which is avaliable only for cmake 3.0 and later
set(PROJECT_VERSION_MAJOR 1)
set(PROJECT_VERSION_MINOR 4)
set(PROJECT_VERSION_PATCH 3)
set(PROJECT_VERSION_MINOR 5)
set(PROJECT_VERSION_PATCH 1)
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")

option(BUILD_STATIC "Build static version of libunshield" OFF)
Expand Down

0 comments on commit 871c2bf

Please sign in to comment.