From e2b3463c05af3bcf94d2590879603f8335ead719 Mon Sep 17 00:00:00 2001 From: NotTsunami <4589807+NotTsunami@users.noreply.github.com> Date: Mon, 19 Oct 2020 01:49:46 -0400 Subject: [PATCH] CMake: Bump version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d9bcd22b..cd17921f2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16 FATAL_ERROR) # Policies <= CMP0097 default t list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules) project(qBittorrent - VERSION 4.3.0.0 + VERSION 4.4.0.0 DESCRIPTION "The qBittorrent BitTorrent client" HOMEPAGE_URL "https://www.qbittorrent.org/" LANGUAGES CXX