From 2abf2f1472dce98c178a705e10bf0b8dcb381254 Mon Sep 17 00:00:00 2001 From: Bernd Porr Date: Sat, 6 Apr 2019 19:58:47 +0100 Subject: [PATCH] New version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ea6e41..1475d4b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)