2001-12-09 20:21:44 +00:00
|
|
|
#ifndef __VERSION_H__
|
|
|
|
#define __VERSION_H__
|
|
|
|
|
|
|
|
extern const char *AvPVersionString;
|
|
|
|
|
2000-03-16 11:25:00 +01:00
|
|
|
/* KJL 15:56:24 29/03/98 - this function supplies a text
|
|
|
|
description of the current build, and the build date. */
|
2001-07-01 00:55:22 +00:00
|
|
|
extern void GiveVersionDetails(void);
|
2001-12-09 20:21:44 +00:00
|
|
|
|
|
|
|
#endif
|