From 31cf6d287dc96dd387ed267e1f6ffb94650b5a67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Wed, 28 Jun 2017 01:06:30 +0200 Subject: [PATCH] Internal version bump to 3.1.0-git because of the scope of the changes since 3.0.3. --- app/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.cpp b/app/main.cpp index d350c3a..c98b1bf 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -81,7 +81,7 @@ int main(int argc, char **argv) if (variablesMap.count("version")) { - std::cout << "plasp version 3.0.3-git" << std::endl; + std::cout << "plasp version 3.1.0-git" << std::endl; return EXIT_SUCCESS; }