X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=version.h;fp=version.h;h=b4f91c1928d6351c58a5573d65457774d7efbd04;hb=4d8782e74fed043fdf549718f99494622fe9e79b;hp=0000000000000000000000000000000000000000;hpb=725696f175836f0becd3bff846e752886861a848;p=PuTTY.git diff --git a/version.h b/version.h new file mode 100644 index 00000000..b4f91c19 --- /dev/null +++ b/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