summaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:19:32 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:19:32 +0200
commitfb92b230692aa7809620ef7ab72a514f840c877e (patch)
treeed711496dbbc9f56366c90a920ebf56622909a95 /version
parent5.1 (diff)
downloadFreeFileSync-fb92b230692aa7809620ef7ab72a514f840c877e.tar.gz
FreeFileSync-fb92b230692aa7809620ef7ab72a514f840c877e.tar.bz2
FreeFileSync-fb92b230692aa7809620ef7ab72a514f840c877e.zip
5.2
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 64e9edc3..de76a783 100644
--- a/version/version.h
+++ b/version/version.h
@@ -3,7 +3,7 @@
namespace zen
{
- const wchar_t currentVersion[] = L"5.1"; //internal linkage!
+ const wchar_t currentVersion[] = L"5.2"; //internal linkage!
}
#endif
diff --git a/version/version.rc b/version/version.rc
index 2ba8abb6..d43c8cb0 100644
--- a/version/version.rc
+++ b/version/version.rc
@@ -1,2 +1,2 @@
-#define VER_FREEFILESYNC 5,1,0,0
-#define VER_FREEFILESYNC_STR "5.1\0"
+#define VER_FREEFILESYNC 5,2,0,0
+#define VER_FREEFILESYNC_STR "5.2\0"
bgstack15