summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/version.h')
-rw-r--r--apps/plugins/puzzles/src/version.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/src/version.h b/apps/plugins/puzzles/src/version.h
new file mode 100644
index 0000000000..997e00592b
--- /dev/null
+++ b/apps/plugins/puzzles/src/version.h
@@ -0,0 +1,11 @@
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"