Added version number to binary
This commit is contained in:
8
util/cpp/Version.c
Normal file
8
util/cpp/Version.c
Normal 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
|
||||
Reference in New Issue
Block a user