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 9178830f..9496b80a 100644
--- a/version/version.h
+++ b/version/version.h
@@ -2,5 +2,5 @@
namespace zen
{
- const wxString currentVersion = wxT("3.21"); //internal linkage!
+const wxString currentVersion = wxT("4.0"); //internal linkage!
}
diff --git a/version/version.rc b/version/version.rc
index 8257ce3b..1f431185 100644
--- a/version/version.rc
+++ b/version/version.rc
@@ -1,2 +1,2 @@
-#define VER_FREEFILESYNC 3,21,0,0
-#define VER_FREEFILESYNC_STR "3.21\0"
+#define VER_FREEFILESYNC 4,0,0,0
+#define VER_FREEFILESYNC_STR "4.0\0"
bgstack15