From b7fc6897b9b79b5899054e245971ab60091eb62f Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 25 Jul 2023 22:25:46 +0200 Subject: Linux/macOS: Increment version to 1.26.4 in installation packages --- src/Build/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Build/CMakeLists.txt') diff --git a/src/Build/CMakeLists.txt b/src/Build/CMakeLists.txt index 3c02591e..eb4f8a6d 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.3" ) -set( VERSION "1.26.3" ) +set( FULL_VERSION "1.26.4" ) +set( VERSION "1.26.4" ) set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values -- cgit v1.2.3