Imported from antiword-0.34.tar.gz.
[antiword.git] / version.h
blobd032e5be1af3688093531cd071cf778c891133ee
1 /*
2 * version.h
3 * Copyright (C) 1998-2003 A.J. van Os; Released under GNU GPL
5 * Description:
6 * Version and release information
7 */
9 #if !defined(__version_h)
10 #define __version_h 1
12 /* Strings for the info box */
13 #define PURPOSESTRING "Display MS-Word files"
15 #if defined(__riscos)
16 #define AUTHORSTRING "© 1998-2003 Adri van Os"
17 #else
18 #define AUTHORSTRING "(C) 1998-2003 Adri van Os"
19 #endif /* __riscos */
21 #define VERSIONSTRING "0.34 (25 Aug 2003)"
23 #if defined(DEBUG)
24 #define STATUSSTRING "DEBUG version"
25 #else
26 #define STATUSSTRING "GNU General Public License"
27 #endif /* DEBUG */
29 #endif /* __version_h */