diff options
Diffstat (limited to 'src/Build/CMakeLists.txt')
-rw-r--r-- | src/Build/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Build/CMakeLists.txt b/src/Build/CMakeLists.txt index 71f78a0f..a9b7967f 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.24-Update8" ) -set( VERSION "1.24.24" ) +set( FULL_VERSION "1.24-Update9" ) +set( VERSION "1.24.25" ) set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values |