From cc9a53cd3874c35e9caf47b44224abc159526891 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:17:08 +0200 Subject: 4.4 --- version/version.h | 2 +- version/version.rc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'version') 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" -- cgit