2008-06-16 08:44:12 +02:00
|
|
|
#ifndef _AWE_VERSION_INTERNAL_H_
|
|
|
|
#define _AWE_VERSION_INTERNAL_H_
|
|
|
|
|
2008-06-22 16:59:56 +02:00
|
|
|
#define AWESOME_VERSION "@AWESOME_VERSION@"
|
2008-06-16 08:44:12 +02:00
|
|
|
#define AWESOME_COMPILE_MACHINE "@AWESOME_COMPILE_MACHINE@"
|
|
|
|
#define AWESOME_COMPILE_BY "@AWESOME_COMPILE_BY@"
|
|
|
|
#define AWESOME_COMPILE_HOSTNAME "@AWESOME_COMPILE_HOSTNAME@"
|
|
|
|
#define AWESOME_RELEASE "@AWESOME_RELEASE@"
|
|
|
|
|
|
|
|
#endif //_AWE_VERSION_INTERNAL_H_
|