From 8b4846e59196c63e68d106592d74447852f40b40 Mon Sep 17 00:00:00 2001 From: plushmonkey Date: Thu, 24 Sep 2015 22:23:05 -0400 Subject: [PATCH] Update version --- screenbot/Version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screenbot/Version.cpp b/screenbot/Version.cpp index d05aa43..e27027d 100644 --- a/screenbot/Version.cpp +++ b/screenbot/Version.cpp @@ -6,7 +6,7 @@ namespace { const int Major = 4; const int Minor = 2; -const int Revision = 0; +const int Revision = 1; } // ns