From 2578f882dded6ae5efe77751cfc279f08c0d7d19 Mon Sep 17 00:00:00 2001 From: Bhushan Shah Date: Mon, 21 Sep 2020 16:31:49 +0530 Subject: [PATCH] Update version number for 5.20.80 GIT_SILENT --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 677bea6f..3e38b87f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) project(breeze) -set(PROJECT_VERSION "5.19.90") +set(PROJECT_VERSION "5.20.80") set(PROJECT_VERSION_MAJOR 5) set(KF5_MIN_VERSION "5.74")