#ifndef DKT_VERSION_H_INCLUDED /** Protection from multiple inclusions. */ #define DKT_VERSION_H_INCLUDED 1 /** @file dkt-version.h Version number for dktools. */ /** Current version. */ #define DKT_CHAR_VERSION "3.18.10" /** Current version. */ #define DKT_VERSION dkT("3.18.10") #if DK3_USE_WX /** Current version. */ #define DKT_WXCHAR_VERSION wxT("3.18.10") #endif #endif