summaryrefslogtreecommitdiff
path: root/version/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'version/version.h')
-rw-r--r--version/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version/version.h b/version/version.h
index 647be5ba..6f9095ce 100644
--- a/version/version.h
+++ b/version/version.h
@@ -2,5 +2,5 @@
namespace FreeFileSync
{
- static const wxString currentVersion = wxT("3.2"); //internal linkage!
+ static const wxString currentVersion = wxT("3.3"); //internal linkage!
}
bgstack15