summaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:17:08 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:17:08 +0200
commitcc9a53cd3874c35e9caf47b44224abc159526891 (patch)
treeb13b5c0ddb471a109ac648d469f72dcc6f9c6e07 /version
parent4.3 (diff)
downloadFreeFileSync-cc9a53cd3874c35e9caf47b44224abc159526891.tar.gz
FreeFileSync-cc9a53cd3874c35e9caf47b44224abc159526891.tar.bz2
FreeFileSync-cc9a53cd3874c35e9caf47b44224abc159526891.zip
4.4
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 f029c89d..50936457 100644
--- a/version/version.h
+++ b/version/version.h
@@ -3,7 +3,7 @@
namespace zen
{
-const wchar_t currentVersion[] = L"4.3"; //internal linkage!
+const wchar_t currentVersion[] = L"4.4"; //internal linkage!
}
#endif
diff --git a/version/version.rc b/version/version.rc
index 60e22b93..c5f61a95 100644
--- a/version/version.rc
+++ b/version/version.rc
@@ -1,2 +1,2 @@
-#define VER_FREEFILESYNC 4,3,0,0
-#define VER_FREEFILESYNC_STR "4.3\0"
+#define VER_FREEFILESYNC 4,4,0,0
+#define VER_FREEFILESYNC_STR "4.4\0"
bgstack15