diff --git a/version.h b/version.h new file mode 100644 index 0000000..997e005 --- /dev/null +++ b/version.h @@ -0,0 +1,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"