Skip to content

Commit

Permalink
New version number. Soon to be released.
Browse files Browse the repository at this point in the history
  • Loading branch information
berndporr committed Jan 9, 2021
1 parent 6397a8a commit 2ac81a7
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 @@ -5,12 +5,12 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
endif()

if(${CMAKE_VERSION} VERSION_LESS "3.0.0")
set(PROJECT_VERSION 1.7.8)
set(PROJECT_VERSION 1.7.9)
project(iir)
else()
cmake_policy(SET CMP0048 NEW) # set VERSION in project()
cmake_policy(SET CMP0042 NEW) # enable MACOSX_RPATH by default
project(iir VERSION 1.7.8 LANGUAGES CXX)
project(iir VERSION 1.7.9 LANGUAGES CXX)
endif()

if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.1.0")
Expand Down

0 comments on commit 2ac81a7

Please sign in to comment.