blob: 997e00592b0f8b1bc222ce417861e5a96f8b6d4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
* 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"
|