summaryrefslogtreecommitdiff
path: root/version/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'version/version.h')
-rw-r--r--version/version.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/version/version.h b/version/version.h
deleted file mode 100644
index 1eff0d52..00000000
--- a/version/version.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef VERSION_HEADER_434343489702544325
-#define VERSION_HEADER_434343489702544325
-
-namespace zen
-{
-const wchar_t currentVersion[] = L"5.22"; //internal linkage!
-}
-
-#endif
bgstack15