From 31542c6adccd53c5c614112741fc85229d3494ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Sat, 25 Nov 2017 17:21:45 +0100 Subject: [PATCH] Version bump for release 3.1.1. --- 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 d903491..273d1b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## (unreleased) +## 3.1.1 (2017-11-25) ### Bug Fixes diff --git a/app/include/plasp-app/Version.h b/app/include/plasp-app/Version.h index 24a9dec..e7a06b8 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"; #endif