summaryrefslogtreecommitdiff
path: root/src/version.h
blob: b22b4ef87f137a64619e75ee102a113e7c029eb8 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __VERSION_H__
#define __VERSION_H__

extern const char *AvPVersionString;

/* KJL 15:56:24 29/03/98 - this function supplies a text
description of the current build, and the build date. */
extern void GiveVersionDetails(void);

#endif