ref: d505f08f671c2f0a3fdd0b7d733e4ce987aa4786
dir: /version.h/
/* * This header file provides the version #define for a particular * build of Puzzles. * * When my automated build system does a full build, Buildscr * completely overwrites this file with information appropriate to * that build. The information _here_ is default stuff used for local * development runs of 'make'. */ #define VER "Unidentified build"