From 7dc4f0e8ec06673fb6e8a896cc24fc28c094b333 Mon Sep 17 00:00:00 2001 From: Tom Commandeur Date: Tue, 21 Feb 2017 14:32:03 +0100 Subject: [PATCH] v0.9 --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index bf120ba0..4b12706f 100644 --- a/main.cpp +++ b/main.cpp @@ -42,7 +42,7 @@ #include "boost/filesystem.hpp" #include -std::string VERSION = "0.9.0"; +std::string VERSION = "0.9"; bool validate_yaml(const char* arg, std::set& allowedFeatures); void print_license();