DaZeus  2.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
dazeusglobal.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2010, Sjors Gielen <dazjorz@dazjorz.com>
3  * See LICENSE for license.
4  */
5 
6 #ifndef DAZEUSGLOBAL_H
7 #define DAZEUSGLOBAL_H
8 
9 // 2.0-beta1 is not numeric. When a numeric is required, "2.0-beta1"
10 // comes before "2.0" but way after "1.whatever". Therefore, "1.9" is used
11 // for 2.0-beta, so beta1 is "1.9.1".
12 #define DAZEUS_VERSION_STR "2.0-beta1"
13 #define DAZEUS_VERSION 0x010901
14 
15 #define DAZEUS_DEFAULT_CONFIGFILE "dazeus.conf"
16 
17 #endif