From 1c44dfcda746c8f661c2a50d141ff183380e7c0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Fri, 17 Nov 2017 18:43:02 +0100 Subject: [PATCH] Version bump for release 3.1.0. --- CHANGELOG.md | 2 +- app/include/plasp-app/Version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dea9a76..37fb87d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## (unreleased) +## 3.1.0 (2017-11-17) ### Changes diff --git a/app/include/plasp-app/Version.h b/app/include/plasp-app/Version.h index 24a9dec..9c558b4 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.0"; #endif