diff --git a/CMakeLists.txt b/CMakeLists.txt index 1da70c790e..e432e3750c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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" ) diff --git a/version.pri b/version.pri index 321037768f..e86fb2b150 100644 --- a/version.pri +++ b/version.pri @@ -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) {