00001
00002
00003
00004
00005
00006
00007
00008
00009 #if !defined(__version_h)
00010 #define __version_h 1
00011
00012
00013 #define PURPOSESTRING "Display MS-Word files"
00014
00015 #if defined(__riscos)
00016 #define AUTHORSTRING "© 1998-2005 Adri van Os"
00017 #else
00018 #define AUTHORSTRING "(C) 1998-2005 Adri van Os"
00019 #endif
00020
00021 #define VERSIONSTRING "0.37 (21 Oct 2005)"
00022
00023 #if defined(__dos)
00024 #if defined(__DJGPP__)
00025 #define VERSIONSTRING2 " # 32-bit Protected Mode"
00026 #else
00027 #define VERSIONSTRING2 " # 16-bit Real Mode"
00028 #endif
00029 #endif
00030
00031 #if defined(DEBUG)
00032 #define STATUSSTRING "DEBUG version"
00033 #else
00034 #define STATUSSTRING "GNU General Public License"
00035 #endif
00036
00037 #endif