From 59b6a7cf3606856ea69c38a1dc187c9b1f42b9f3 Mon Sep 17 00:00:00 2001 From: Benjamin Isbarn Date: Sat, 25 Jan 2020 11:40:50 +0100 Subject: [PATCH] Bump version number --- include/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/version.h b/include/version.h index 4bf553a..066a368 100644 --- a/include/version.h +++ b/include/version.h @@ -3,7 +3,7 @@ int const VERSION_MAJOR = 1; int const VERSION_MINOR = 2; -int const VERSION_PATCH = 0; +int const VERSION_PATCH = 1; bool const VERSION_PRERELEASE = false; QString const VERSION_STRING = VERSION_PRERELEASE ? QString("%1.%2.%3 (Beta)")