shithub: puzzles

ref: 5b0efd8db2f03a48ca4acbd17b68a4d8771b3e7f
dir: /version.h/

View raw version
/*
 * 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"