From d2854834e18443876c8f75e0a7f3b88d1d549fc4 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:15:39 +0200 Subject: 4.2 --- version/version.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'version/version.h') diff --git a/version/version.h b/version/version.h index 7f320af2..e1117ea0 100644 --- a/version/version.h +++ b/version/version.h @@ -1,6 +1,9 @@ -#include +#ifndef VERSION_HEADER_434343489702544325 +#define VERSION_HEADER_434343489702544325 namespace zen { - const wxString currentVersion = wxT("4.2"); //internal linkage! +const wchar_t currentVersion[] = L"4.2"; //internal linkage! } + +#endif -- cgit