From 61cc8a475ce6aa018b18e2fc45e7d27c7b434014 Mon Sep 17 00:00:00 2001 From: Yuriy Puchkov Date: Wed, 28 Oct 2020 18:01:40 +0200 Subject: [PATCH] Release 0.8.5.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0436273c34..0e603f5a17 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.13) # This can be read from ${PROJECT_NAME} after project() is called project( flameshot - VERSION 0.8.5.2 + VERSION 0.8.5.3 LANGUAGES CXX) set(PROJECT_NAME_CAPITALIZED "Flameshot")