Skip to content

Commit

Permalink
Bump version to 2.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manup committed Dec 18, 2023
1 parent 92e8c4e commit 8f8dea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.13)

project(de_rest_plugin VERSION 2.24.02 LANGUAGES C;CXX)
project(de_rest_plugin VERSION 2.25.00 LANGUAGES C;CXX)

set(CMAKE_INCLUDE_CURRENT_DIR ON)

Expand Down
2 changes: 1 addition & 1 deletion de_web.pro
Original file line number Diff line number Diff line change
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.24.01\\\"
DEFINES += GW_SW_VERSION=\\\"2.25.00\\\"
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 8f8dea5

Please sign in to comment.