diff options
Diffstat (limited to 'version/version.h')
-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 53ad7f08..3aae7d4c 100644 --- a/version/version.h +++ b/version/version.h @@ -3,7 +3,7 @@ namespace zen { -const wchar_t currentVersion[] = L"5.14"; //internal linkage! +const wchar_t currentVersion[] = L"5.15"; //internal linkage! } #endif |