#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 "4.26.0" /** Current version. */ #define DKT_VERSION dkT("4.26.0") #if DK3_USE_WX /** Current version. */ #define DKT_WXCHAR_VERSION wxT("4.26.0") #endif #endif