summaryrefslogtreecommitdiff
path: root/version/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'version/version.h')
-rw-r--r--version/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/version/version.h b/version/version.h
index 32e29ea9..2001e2b1 100644
--- a/version/version.h
+++ b/version/version.h
@@ -1,6 +1,6 @@
#include <wx/string.h>
-namespace ffs3
+namespace zen
{
-const wxString currentVersion = wxT("3.16"); //internal linkage!
+const wxString currentVersion = wxT("3.17"); //internal linkage!
}
bgstack15