From 1e0f9db4aa2fc775ca2422e1d8d4d103bc6eb88a Mon Sep 17 00:00:00 2001 From: Jonathan Riddell Date: Wed, 3 Jun 2020 11:08:54 +0100 Subject: [PATCH] Update version number for 5.19.0 GIT_SILENT --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 28bbe62e..faff6a26 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) project(breeze) -set(PROJECT_VERSION "5.18.90") +set(PROJECT_VERSION "5.19.0") set(PROJECT_VERSION_MAJOR 5) set(KF5_MIN_VERSION "5.66.0")