1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-06 22:12:47 -05:00

Added automatic version distinguishing code, to differentiate releases

from nightly builds from random development builds

[originally from svn r28]
This commit is contained in:
Simon Tatham
1999-02-09 15:18:34 +00:00
parent 0fc1c0c9c9
commit 3b1389a474
6 changed files with 56 additions and 18 deletions

View File

@ -226,6 +226,11 @@ void *safemalloc(size_t);
void *saferealloc(void *, size_t);
void safefree(void *);
/*
* Exports from version.c.
*/
extern char ver[];
/*
* A debug system.
*/