Skip to content

Commit

Permalink
Bump version to 2.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
manup committed Oct 6, 2023
1 parent d2bc4ab commit 64f7127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.13)

project(de_rest_plugin VERSION 2.24.00 LANGUAGES C;CXX)
project(de_rest_plugin VERSION 2.24.01 LANGUAGES C;CXX)

set(CMAKE_INCLUDE_CURRENT_DIR ON)

Expand Down
2 changes: 1 addition & 1 deletion de_web.pro
Expand Up @@ -92,7 +92,7 @@ GIT_COMMIT_DATE = $$system("git show -s --format=%ct $$GIT_TAG")

# Version Major.Minor.Build
# Important: don't change the format of this line since it's parsed by scripts!
DEFINES += GW_SW_VERSION=\\\"2.23.00\\\"
DEFINES += GW_SW_VERSION=\\\"2.24.01\\\"
DEFINES += GW_SW_DATE=$$GIT_COMMIT_DATE
DEFINES += GW_API_VERSION=\\\"1.16.0\\\"
DEFINES += GIT_COMMMIT=\\\"$$GIT_COMMIT\\\"
Expand Down

0 comments on commit 64f7127

Please sign in to comment.