diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:13:35 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:13:35 +0200 |
commit | 801e8b43b13f1cb67d9e9ba4aae5acb274ccdfbc (patch) | |
tree | 473f4a9ea5016f146fb2ff6085807bc91a84c84e /version | |
parent | 3.20 (diff) | |
download | FreeFileSync-801e8b43b13f1cb67d9e9ba4aae5acb274ccdfbc.tar.gz FreeFileSync-801e8b43b13f1cb67d9e9ba4aae5acb274ccdfbc.tar.bz2 FreeFileSync-801e8b43b13f1cb67d9e9ba4aae5acb274ccdfbc.zip |
3.21
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 cf4dbbb6..9178830f 100644 --- a/version/version.h +++ b/version/version.h @@ -2,5 +2,5 @@ namespace zen { - const wxString currentVersion = wxT("3.20"); //internal linkage! + const wxString currentVersion = wxT("3.21"); //internal linkage! } diff --git a/version/version.rc b/version/version.rc index bb4c0b9a..8257ce3b 100644 --- a/version/version.rc +++ b/version/version.rc @@ -1,2 +1,2 @@ -#define VER_FREEFILESYNC 3,20,0,0 -#define VER_FREEFILESYNC_STR "3.20\0" +#define VER_FREEFILESYNC 3,21,0,0 +#define VER_FREEFILESYNC_STR "3.21\0" |