summaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
Diffstat (limited to 'version')
-rw-r--r--version/version.h2
-rw-r--r--version/version.rc4
2 files changed, 3 insertions, 3 deletions
diff --git a/version/version.h b/version/version.h
index 50c34666..5094bf93 100644
--- a/version/version.h
+++ b/version/version.h
@@ -2,5 +2,5 @@
namespace ffs3
{
- const wxString currentVersion = wxT("3.9"); //internal linkage!
+ const wxString currentVersion = wxT("3.10"); //internal linkage!
}
diff --git a/version/version.rc b/version/version.rc
index 72779244..5f56af8c 100644
--- a/version/version.rc
+++ b/version/version.rc
@@ -1,2 +1,2 @@
-#define VER_FREEFILESYNC 3,9,0,0
-#define VER_FREEFILESYNC_STR "3.9\0"
+#define VER_FREEFILESYNC 3,10,0,0
+#define VER_FREEFILESYNC_STR "3.10\0"
bgstack15