version.h 482 B

1234567891011121314
  1. /*
  2. * This header file provides the various versioning-related #defines
  3. * for a particular PuTTY build.
  4. *
  5. * When my automated build system does a full build, Buildscr
  6. * completely overwrites this file with information derived from the
  7. * circumstances and type of that build. The information _here_ is
  8. * default stuff used for local development runs of 'make'.
  9. */
  10. #define TEXTVER "Unidentified build"
  11. #define SSHVER "-Unidentified-Local-Build"
  12. #define BINARY_VERSION 0,0,0,0