home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 5 Edit
/
05-Edit.zip
/
anwor032.zip
/
antiword.0.32
/
version.h
< prev
next >
Wrap
Text File
|
2001-10-05
|
610b
|
30 lines
/*
* version.h
* Copyright (C) 1998-2001 A.J. van Os; Released under GPL
*
* Description:
* Version and release information
*/
#if !defined(__version_h)
#define __version_h 1
/* Strings for the info box */
#define PURPOSESTRING "Display MS-Word files"
#if defined(__riscos)
#define AUTHORSTRING "⌐ 1998-2001 Adri van Os"
#else
#define AUTHORSTRING "(C) 1998-2001 Adri van Os"
#endif /* __riscos */
#define VERSIONSTRING "0.32 (05 Oct 2001)"
#if defined(DEBUG)
#define STATUSSTRING "DEBUG version"
#else
#define STATUSSTRING "GNU General Public License"
#endif /* DEBUG */
#endif /* __version_h */