diff options
Diffstat (limited to 'version')
-rw-r--r-- | version/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version/version.h b/version/version.h index a4eaf175..a0ec5908 100644 --- a/version/version.h +++ b/version/version.h @@ -2,5 +2,5 @@ namespace FreeFileSync { - const wxString currentVersion = wxT("1.17"); + static const wxString currentVersion = wxT("1.18"); //internal linkage! } |