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 03ad1777..a1754cbe 100644 --- a/version/version.h +++ b/version/version.h @@ -3,7 +3,7 @@ namespace zen { -const wchar_t currentVersion[] = L"4.5"; //internal linkage! +const wchar_t currentVersion[] = L"4.6"; //internal linkage! } #endif diff --git a/version/version.rc b/version/version.rc index 2b486f25..8eac41bb 100644 --- a/version/version.rc +++ b/version/version.rc @@ -1,2 +1,2 @@ -#define VER_FREEFILESYNC 4,5,0,0 -#define VER_FREEFILESYNC_STR "4.5\0" +#define VER_FREEFILESYNC 4,6,0,0 +#define VER_FREEFILESYNC_STR "4.6\0" |