ref: 9c7d5576c074bd7b9d0fe8a249df31da2df31c9e
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" #define VERSIONINFO_BINARY_VERSION 0,0,0,0