6 lines
295 B
Plaintext
6 lines
295 B
Plaintext
extern const unsigned char ProxyCoreVersionString[];
|
|
extern const double ProxyCoreVersionNumber;
|
|
|
|
const unsigned char ProxyCoreVersionString[] __attribute__ ((used)) = "@(#)PROGRAM:ProxyCore PROJECT:ProxyApp-1" "\n";
|
|
const double ProxyCoreVersionNumber __attribute__ ((used)) = (double)1.;
|