From f3fd4511a02e4872bd7e3d7ac427a9fac61f2d77 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sun, 9 Apr 2017 01:10:06 -0500 Subject: [PATCH] Increment the oxfstool version. --- src/ox/fs/oxfstool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ox/fs/oxfstool.cpp b/src/ox/fs/oxfstool.cpp index ee9ee5295..235d1e14a 100644 --- a/src/ox/fs/oxfstool.cpp +++ b/src/ox/fs/oxfstool.cpp @@ -20,7 +20,7 @@ using namespace ox::fs; using namespace std; -const static auto oxfstoolVersion = "1.1.1"; +const static auto oxfstoolVersion = "1.2.0"; const static auto usage = "usage:\n" "\toxfs format [16,32,64] \n" "\toxfs read \n"