summaryrefslogtreecommitdiff
path: root/version/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'version/version.h')
-rw-r--r--version/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version/version.h b/version/version.h
index 29953689..32e29ea9 100644
--- a/version/version.h
+++ b/version/version.h
@@ -2,5 +2,5 @@
namespace ffs3
{
-const wxString currentVersion = wxT("3.15"); //internal linkage!
+const wxString currentVersion = wxT("3.16"); //internal linkage!
}
bgstack15