home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Algorithms for Image Analysis
/
Practical Algorithms for Image Analysis.iso
/
UTIL
/
LINUX
/
tofrodos-1.1
/
VERSION.H
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-09-11
|
338 b
|
18 lines
/*
version.h Version number header.
Copyright (c) 1996 by Christopher S L Heng. All rights reserved.
$Id: version.h 1.5 1996/12/16 17:49:13 chris Exp $
*/
#if !defined(VERSION_H_INCLUDED)
#define VERSION_H_INCLUDED
/* macros */
#define VERSN_MAJOR 1
#define VERSN_MINOR 1
#define VERSN_PROGNAME "tofrodos"
#endif