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 2001e2b1..93796a2a 100644 --- a/version/version.h +++ b/version/version.h @@ -2,5 +2,5 @@ namespace zen { -const wxString currentVersion = wxT("3.17"); //internal linkage! +const wxString currentVersion = wxT("3.18"); //internal linkage! } diff --git a/version/version.rc b/version/version.rc index c7ca5865..4b728f25 100644 --- a/version/version.rc +++ b/version/version.rc @@ -1,2 +1,2 @@ -#define VER_FREEFILESYNC 3,17,0,0 -#define VER_FREEFILESYNC_STR "3.17\0" +#define VER_FREEFILESYNC 3,18,0,0 +#define VER_FREEFILESYNC_STR "3.18\0" |