summaryrefslogtreecommitdiff
path: root/version/version.h
blob: 92e4e3476904be2119363c26fb47c67c51f87324 (plain)
1
2
3
4
5
6
7
8
9
#ifndef VERSION_HEADER_434343489702544325
#define VERSION_HEADER_434343489702544325

namespace zen
{
const wchar_t currentVersion[] = L"5.4"; //internal linkage!
}

#endif
bgstack15