Skip to content

Commit

Permalink
New version number and docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
berndporr committed Jul 6, 2019
1 parent 0061bb5 commit dd0124b
Show file tree
Hide file tree
Showing 2 changed files 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,11 +5,11 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
endif()

if(${CMAKE_VERSION} VERSION_LESS "3.0.0")
set(PROJECT_VERSION 1.7.5)
set(PROJECT_VERSION 1.7.6)
project(iir)
else()
cmake_policy(SET CMP0048 NEW) # set VERSION in project()
project(iir VERSION 1.7.5 LANGUAGES CXX)
project(iir VERSION 1.7.6 LANGUAGES CXX)
endif()
include(GNUInstallDirs)
add_subdirectory(test)
Expand Down
Binary file modified doc/pdf/refman.pdf
Binary file not shown.

0 comments on commit dd0124b

Please sign in to comment.