summaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:12:17 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:12:17 +0200
commitb654dbfa5f3e4a4d02f72023f7c5895635aa6396 (patch)
tree8c1dfe7f638c0fc7afc1d08bc2fc0fd0f8646e5e /version
parent3.17 (diff)
downloadFreeFileSync-b654dbfa5f3e4a4d02f72023f7c5895635aa6396.tar.gz
FreeFileSync-b654dbfa5f3e4a4d02f72023f7c5895635aa6396.tar.bz2
FreeFileSync-b654dbfa5f3e4a4d02f72023f7c5895635aa6396.zip
3.18
Diffstat (limited to 'version')
-rw-r--r--version/version.h2
-rw-r--r--version/version.rc4
2 files changed, 3 insertions, 3 deletions
diff --git a/version/version.h b/version/version.h
index 2001e2b1..93796a2a 100644
--- a/version/version.h
+++ b/version/version.h
@@ -2,5 +2,5 @@
namespace zen
{
-const wxString currentVersion = wxT("3.17"); //internal linkage!
+const wxString currentVersion = wxT("3.18"); //internal linkage!
}
diff --git a/version/version.rc b/version/version.rc
index c7ca5865..4b728f25 100644
--- a/version/version.rc
+++ b/version/version.rc
@@ -1,2 +1,2 @@
-#define VER_FREEFILESYNC 3,17,0,0
-#define VER_FREEFILESYNC_STR "3.17\0"
+#define VER_FREEFILESYNC 3,18,0,0
+#define VER_FREEFILESYNC_STR "3.18\0"
bgstack15