summaryrefslogtreecommitdiff
path: root/version/version.h
blob: 87a9f8827241c0faf1f5910a27ef408d1ec3bb22 (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.13"; //internal linkage!
}

#endif
bgstack15