summaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:25:20 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:25:20 +0200
commiteae17929f95f75ecbbac814a52347e930cd140f3 (patch)
tree1ae05e2a7c1802846f153251cf585aa628bdb575 /version
parent5.17 (diff)
downloadFreeFileSync-eae17929f95f75ecbbac814a52347e930cd140f3.tar.gz
FreeFileSync-eae17929f95f75ecbbac814a52347e930cd140f3.tar.bz2
FreeFileSync-eae17929f95f75ecbbac814a52347e930cd140f3.zip
5.18
Diffstat (limited to 'version')
-rw-r--r--version/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version/version.h b/version/version.h
index 9dc395a8..9bf4aba7 100644
--- a/version/version.h
+++ b/version/version.h
@@ -3,7 +3,7 @@
namespace zen
{
-const wchar_t currentVersion[] = L"5.17"; //internal linkage!
+ const wchar_t currentVersion[] = L"5.18"; //internal linkage!
}
#endif
bgstack15