From 71dc18aaa2a57531c95465dbab302987d6562e76 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 1 Sep 2024 17:20:01 +0200 Subject: Windows: Fix MSI not installing all new documentation file. Remove old files left from old versions. Increment version to 1.26.15. --- src/Build/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Build') diff --git a/src/Build/CMakeLists.txt b/src/Build/CMakeLists.txt index b630610d..ce3d372b 100644 --- a/src/Build/CMakeLists.txt +++ b/src/Build/CMakeLists.txt @@ -11,8 +11,8 @@ elseif ( NOT DEFINED NOGUI ) endif() # - Set version of the package -set( FULL_VERSION "1.26.14" ) -set( VERSION "1.26.14" ) +set( FULL_VERSION "1.26.15" ) +set( VERSION "1.26.15" ) set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values -- cgit v1.2.3