From 4ec8b65eefdb21a0ace24f49111b4e63dfb6d90a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Sat, 25 Nov 2017 00:40:12 +0100 Subject: [PATCH] Version bump for release 3.1.1 RC 1. --- app/include/plasp-app/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/include/plasp-app/Version.h b/app/include/plasp-app/Version.h index 24a9dec..fddd6a8 100644 --- a/app/include/plasp-app/Version.h +++ b/app/include/plasp-app/Version.h @@ -9,6 +9,6 @@ // //////////////////////////////////////////////////////////////////////////////////////////////////// -static constexpr const auto Version = "plasp version 3.1.0-git"; +static constexpr const auto Version = "plasp version 3.1.1-rc1"; #endif