From b44c04d3c0ffa22fc8490376b4388fcba66da190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Thu, 18 Aug 2016 15:55:51 +0200 Subject: [PATCH] Version bump for release 3.0.2. --- CHANGELOG.md | 2 +- apps/plasp-app/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef8fb8a..f2ba8e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## (unreleased) +## 3.0.2 (2016-08-18) Features: diff --git a/apps/plasp-app/main.cpp b/apps/plasp-app/main.cpp index 93f9a99..bb50cca 100644 --- a/apps/plasp-app/main.cpp +++ b/apps/plasp-app/main.cpp @@ -66,7 +66,7 @@ int main(int argc, char **argv) if (variablesMap.count("version")) { - std::cout << "plasp version 3.0.2-rc.1-git" << std::endl; + std::cout << "plasp version 3.0.2" << std::endl; return EXIT_SUCCESS; }