diff options
Diffstat (limited to 'src/Build/CMakeLists.txt')
-rw-r--r-- | src/Build/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Build/CMakeLists.txt b/src/Build/CMakeLists.txt index 8430f868..51c8bdd2 100644 --- a/src/Build/CMakeLists.txt +++ b/src/Build/CMakeLists.txt @@ -11,9 +11,9 @@ elseif ( NOT DEFINED NOGUI ) endif() # - Set version of the package -set( FULL_VERSION "1.25.8" ) -set( VERSION "1.25.8" ) -set( RELEASE "2" ) +set( FULL_VERSION "1.25.9" ) +set( VERSION "1.25.9" ) +set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values if (NOGUI) |