summaryrefslogtreecommitdiff
path: root/support/dktools/dkt-version.h
blob: 096e8aa77e49ff050b7c09056dc5f5398096689c (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
26
27


#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