This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
fte/ftever.h

12 lines
299 B
C
Raw Permalink Normal View History

#ifndef __FTEVER_H
#define __FTEVER_H
#define PROG_FTE "fte"
#define PROG_CFTE "cfte"
#define PROGRAM PROG_FTE
#define VERSION "0.49.13"
#define VERNUM 0x00490400UL
#define COPYRIGHT "Copyright (c) 1994-1998 Marko Macek\n" \
"Copyright (c) 2000-2001 Others"
#endif