home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Unsorted BBS Collection
/
thegreatunsorted.tar
/
thegreatunsorted
/
hacking
/
internet
/
desc03.sh
/
version.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-02-04
|
223 b
|
13 lines
/* version.h - Describe version
*
* This version definition is fairly arbitrary at the moment
*/
#ifndef PACKAGE_NAME
#define PACKAGE_NAME "describe"
#endif
#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "2.0"
#endif