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 295d318b..d5f88ca8 100644 --- a/version/version.h +++ b/version/version.h @@ -2,5 +2,5 @@ namespace FreeFileSync { - static const wxString currentVersion = wxT("2.1"); //internal linkage! + static const wxString currentVersion = wxT("2.2"); //internal linkage! } |