00001 #ifndef __arc_gui_config_h__
00002 #define __arc_gui_config_h__
00003
00004
00005 #define ARC_VERSION_3
00006
00007 #ifdef ARC_VERSION_3
00008 #include <arc/ArcVersion.h>
00009 #else
00010 #define ARC_VERSION "2.0.0"
00011 #define ARC_VERSION_NUM 0x020000
00012 #define ARC_VERSION_MAJOR 2
00013 #define ARC_VERSION_MINOR 0
00014 #define ARC_VERSION_PATCH 0
00015 #endif
00016
00017 #endif