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 b1d104bd..febc8f0f 100644
--- a/version/version.h
+++ b/version/version.h
@@ -2,5 +2,5 @@
namespace ffs3
{
- const wxString currentVersion = wxT("3.12"); //internal linkage!
+ const wxString currentVersion = wxT("3.13"); //internal linkage!
}
bgstack15