From 2913f120c5a84ad3ac0c9cedace2fba04b1b6087 Mon Sep 17 00:00:00 2001 From: Florian Roth Date: Fri, 9 Oct 2020 09:30:53 +0200 Subject: [PATCH] docs: version number increase --- raccine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raccine.cpp b/raccine.cpp index 4cee2af..00e515e 100644 --- a/raccine.cpp +++ b/raccine.cpp @@ -278,7 +278,7 @@ int wmain(int argc, WCHAR* argv[]) { killprocess(pids[i - 1], 1); } - wprintf(L"Raccine v0.5.2 finished\n"); + wprintf(L"Raccine v0.5.3 finished\n"); Sleep(5000); } //