summaryrefslogtreecommitdiff
path: root/support/dktools/dkt-version.h
blob: 8c08c3c96a82fea7710875be0fb78f0816c90438 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#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