diff options
author | marha <marha@users.sourceforge.net> | 2014-10-01 23:12:45 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-10-01 23:12:45 +0200 |
commit | 5fdd0b003e35366f5b80001dab73db85694bea11 (patch) | |
tree | 37e55f53c3d41c46c0f60ab156ffa642fca88766 /tools | |
parent | 88236adfe3eb41b8368b4c9ecf3e09a7199dc474 (diff) | |
parent | f308aa9cf1ab2ec9e0086e98f07a20aaa79148a1 (diff) | |
download | vcxsrv-5fdd0b003e35366f5b80001dab73db85694bea11.tar.gz vcxsrv-5fdd0b003e35366f5b80001dab73db85694bea11.tar.bz2 vcxsrv-5fdd0b003e35366f5b80001dab73db85694bea11.zip |
Merge remote-tracking branch 'origin/released'
Diffstat (limited to 'tools')
-rw-r--r-- | tools/plink/version.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/plink/version.h b/tools/plink/version.h new file mode 100644 index 000000000..b4f91c192 --- /dev/null +++ b/tools/plink/version.h @@ -0,0 +1,13 @@ +/* + * 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" +#define SSHVER "PuTTY-Unidentified-Local-Build" +#define BINARY_VERSION 0,0,0,0 |