diff options
Diffstat (limited to 'version')
-rw-r--r-- | version/version.h | 2 | ||||
-rw-r--r-- | version/version.rc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/version/version.h b/version/version.h index fe73caec..12a2a584 100644 --- a/version/version.h +++ b/version/version.h @@ -3,7 +3,7 @@ namespace zen { -const wchar_t currentVersion[] = L"5.10"; //internal linkage! +const wchar_t currentVersion[] = L"5.11"; //internal linkage! } #endif diff --git a/version/version.rc b/version/version.rc index ea24eb33..edfff0a6 100644 --- a/version/version.rc +++ b/version/version.rc @@ -1,2 +1,2 @@ -#define FREEFILESYNC_VER 5,10,0,0 -#define FREEFILESYNC_VER_STR "5.10\0" +#define FREEFILESYNC_VER 5,11,0,0 +#define FREEFILESYNC_VER_STR "5.11\0" |