Skip to content

Commit

Permalink
4.18.3 update
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Jul 15, 2024
1 parent c062afc commit 049de52
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
Expand Up @@ -103,7 +103,7 @@ else()
endif()

# Set APP_VERSION (update in mudlet.pro as well)
set(APP_VERSION 4.18.2)
set(APP_VERSION 4.18.3)

# Set APP_BUILD based on environment variable MUDLET_VERSION_BUILD or default
if(DEFINED ENV{MUDLET_VERSION_BUILD} AND NOT $ENV{MUDLET_VERSION_BUILD} STREQUAL "")
Expand Down
2 changes: 1 addition & 1 deletion src/mudlet.pro
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ BUILD_COMMIT_TEST = $$lower($$BUILD_COMMIT_TEST)


# Set Mudlet version (update in CMakeLists.txt as well)
VERSION = 4.18.2
VERSION = 4.18.3

# Set BUILD based on environment variable MUDLET_VERSION_BUILD or default
BUILD = $$(MUDLET_VERSION_BUILD)
Expand Down

0 comments on commit 049de52

Please sign in to comment.