Skip to content

Commit

Permalink
Bump version to 2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manup committed Jul 31, 2023
1 parent 06376e9 commit e1d7e4d
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.22.01 LANGUAGES C;CXX)
project(de_rest_plugin VERSION 2.23.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.22.02\\\"
DEFINES += GW_SW_VERSION=\\\"2.23.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 e1d7e4d

Please sign in to comment.