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 23741258..fc0bbc3b 100644
--- a/version/version.h
+++ b/version/version.h
@@ -3,7 +3,7 @@
namespace zen
{
-const wchar_t currentVersion[] = L"5.5"; //internal linkage!
+const wchar_t currentVersion[] = L"5.6"; //internal linkage!
}
#endif
diff --git a/version/version.rc b/version/version.rc
index 91d2e0f9..c7955130 100644
--- a/version/version.rc
+++ b/version/version.rc
@@ -1,2 +1,2 @@
-#define VER_FREEFILESYNC 5,5,0,0
-#define VER_FREEFILESYNC_STR "5.5\0"
+#define VER_FREEFILESYNC 5,6,0,0
+#define VER_FREEFILESYNC_STR "5.6\0"
bgstack15