Skip to content

Commit

Permalink
New version number
Browse files Browse the repository at this point in the history
  • Loading branch information
berndporr committed Apr 6, 2019
1 parent 4acb880 commit 2abf2f1
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 @@ -4,7 +4,7 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
set(CMAKE_BUILD_TYPE "RelWithDebInfo")
endif()

project(iir VERSION 1.7.3 LANGUAGES CXX)
project(iir VERSION 1.7.4 LANGUAGES CXX)
include(GNUInstallDirs)
add_subdirectory(test)
add_subdirectory(demo)
Expand Down

0 comments on commit 2abf2f1

Please sign in to comment.