From 3f37dedbbca6dc3bdfffb4ad85382650833b633b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matti=20Lehtim=C3=A4ki?= Date: Fri, 18 Jun 2021 21:43:11 +0300 Subject: [PATCH] Bump version also in cmake file. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ea86c6..1ad0702 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0) cmake_policy(VERSION 3.0) project(Applauncherd - VERSION 4.1.43 + VERSION 4.2.3 DESCRIPTION "A daemon that helps to launch applications faster") find_package(ECM REQUIRED NO_MODULE)