diff options
Diffstat (limited to 'version/version.h')
-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 a0ec5908..41c73ce9 100644 --- a/version/version.h +++ b/version/version.h @@ -2,5 +2,5 @@ namespace FreeFileSync { - static const wxString currentVersion = wxT("1.18"); //internal linkage! + static const wxString currentVersion = wxT("1.19"); //internal linkage! } |