Skip to content

Commit

Permalink
Bump version to 2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oskirby committed Mar 29, 2023
1 parent 0e775e7 commit fd80c53
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 @@ -12,7 +12,7 @@ if(NOT (IS_MULTI_CONFIG OR DEFINED CMAKE_BUILD_TYPE))
message("Setting build type ${CMAKE_BUILD_TYPE}")
endif()

project("Mozilla VPN" VERSION 2.14.0 LANGUAGES C CXX
project("Mozilla VPN" VERSION 2.14.1 LANGUAGES C CXX
DESCRIPTION "A fast, secure and easy to use VPN. Built by the makers of Firefox."
HOMEPAGE_URL "https://vpn.mozilla.org"
)
Expand Down
2 changes: 1 addition & 1 deletion version.pri
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

!defined(VERSION, var):VERSION = 2.14.0
!defined(VERSION, var):VERSION = 2.14.1

VERSION_MAJOR = $$section(VERSION, ., 0, 0)
!defined(BUILD_ID, var) {
Expand Down

0 comments on commit fd80c53

Please sign in to comment.