home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
mint
/
network
/
lattice
/
netlib.lzh
/
MINTNET.LIB
/
INCLUDE
/
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
|
1994-12-27
|
303 b
|
19 lines
/*
* File for keeping version information.
*
* 11/12/93, kay roemer.
*/
#ifndef _VERSION_H
#define _VERSION_H
#define NET_MAJ 0
#define NET_MIN 7
#define NET_PL 0
#define NET_STATUS "alpha"
#define stringify(x) _stringify(x)
#define _stringify(x) #x
#endif /* _VERSION_H */