version.h 361 B

123456789101112
  1. /*
  2. * This header file provides the version #define for a particular
  3. * build of Puzzles.
  4. *
  5. * When my automated build system does a full build, Buildscr
  6. * completely overwrites this file with information appropriate to
  7. * that build. The information _here_ is default stuff used for local
  8. * development runs of 'make'.
  9. */
  10. #define VER "Unidentified build"