From 404059874b1b5cd641f7a8872b48d94fb926dc80 Mon Sep 17 00:00:00 2001 From: wootguy Date: Wed, 5 Sep 2018 18:14:56 -0700 Subject: [PATCH] version bump --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 0b75d4a..e4966ae 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -85,7 +85,7 @@ bool chose_opts = false; string target_maps = ""; bool map_not_found = false; -string version_string = "resguy v8 (September 2018)"; +string version_string = "resguy v9 (September 2018)"; string resguy_header = "// Created with " + version_string + "\n// https://github.com/wootguy/resguy\n\n"; bool stringCompare( const string &left, const string &right )