diff options
author | marha <marha@users.sourceforge.net> | 2014-10-01 21:57:33 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-10-01 21:57:33 +0200 |
commit | c504dcd003d1b51ef2d35eb06fe8740cafb4607b (patch) | |
tree | ac54bf58cfa9a9f8bf60887e854e57a89fa867e2 | |
parent | 30eb28e89e513ba7c04e8424be0cba326a01882b (diff) | |
download | vcxsrv-c504dcd003d1b51ef2d35eb06fe8740cafb4607b.tar.gz vcxsrv-c504dcd003d1b51ef2d35eb06fe8740cafb4607b.tar.bz2 vcxsrv-c504dcd003d1b51ef2d35eb06fe8740cafb4607b.zip |
Added version.h to tools/plink
-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 |