Added version number to binary

This commit is contained in:
ceriel
1989-05-29 11:17:40 +00:00
parent 41ec3574be
commit 33022cdf20
3 changed files with 11 additions and 2 deletions

8
util/cpp/Version.c Normal file
View File

@@ -0,0 +1,8 @@
/* $Header$ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#ifndef lint
static char Version[] = "ACK C preprocessor Version 1.3";
#endif lint