From 88a2d0007db222c339f0b6a17794a2014a241892 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:16:21 +0200 Subject: 4.3 --- 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 e1117ea0..f029c89d 100644 --- a/version/version.h +++ b/version/version.h @@ -3,7 +3,7 @@ namespace zen { -const wchar_t currentVersion[] = L"4.2"; //internal linkage! +const wchar_t currentVersion[] = L"4.3"; //internal linkage! } #endif diff --git a/version/version.rc b/version/version.rc index b902445b..60e22b93 100644 --- a/version/version.rc +++ b/version/version.rc @@ -1,2 +1,2 @@ -#define VER_FREEFILESYNC 4,2,0,0 -#define VER_FREEFILESYNC_STR "4.2\0" +#define VER_FREEFILESYNC 4,3,0,0 +#define VER_FREEFILESYNC_STR "4.3\0" -- cgit