Skip to content

Commit

Permalink
Infrastructure: set development branch to 4.19.0 (Mudlet#7614)
Browse files Browse the repository at this point in the history
<!-- Keep the title short & concise so anyone non-technical can
understand it,
     the title appears in PTB changelogs -->
#### Brief overview of PR changes/additions
Set `development` branch to 4.19.0
#### Motivation for adding to Mudlet
So PTBs have the correct version
#### Other info (issues closed, discussion etc)

Co-authored-by: Vadim Peretokin <[email protected]>
  • Loading branch information
vadi2 and vadi2 authored Dec 28, 2024
1 parent a6738f4 commit 81bcf1d
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 @@ -101,7 +101,7 @@ else()
endif()

# Set APP_VERSION (update in mudlet.pro as well)
set(APP_VERSION 4.18.5)
set(APP_VERSION 4.19.0)

# 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 @@ -121,7 +121,7 @@ BUILD_COMMIT_TEST = $$lower($$BUILD_COMMIT_TEST)


# Set Mudlet version (update in CMakeLists.txt as well)
VERSION = 4.18.5
VERSION = 4.19.0

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

0 comments on commit 81bcf1d

Please sign in to comment.