chiark / gitweb /
Fix completion checking in Killer Solo.
[sgt-puzzles.git] / version.h
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
11 #define VER "Unidentified build"