2014-09-24 10:33:13 +00:00
|
|
|
/*
|
|
|
|
* This header file provides the various versioning-related #defines
|
|
|
|
* for a particular PuTTY build.
|
|
|
|
*
|
|
|
|
* When my automated build system does a full build, Buildscr
|
|
|
|
* completely overwrites this file with information derived from the
|
|
|
|
* circumstances and type of that build. The information _here_ is
|
|
|
|
* default stuff used for local development runs of 'make'.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#define TEXTVER "Unidentified build"
|
2018-10-21 08:29:17 +00:00
|
|
|
#define SSHVER "-Unidentified-Local-Build"
|
2014-09-24 10:33:13 +00:00
|
|
|
#define BINARY_VERSION 0,0,0,0
|