From 6c393e0b85658f39b2324346685f1bcdfa1012c1 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 30 Sep 2014 20:09:31 +0000 Subject: Provide a static version.h for development builds. I forgot to add this in last week's versioning revamp, so that bob builds work (constructing a version.h from the build script) but dev builds straight from source control fail for lack of version.h. [originally from svn r10277] --- version.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 version.h diff --git a/version.h b/version.h new file mode 100644 index 0000000..39dad05 --- /dev/null +++ b/version.h @@ -0,0 +1,11 @@ +/* + * This header file provides the versioning-related #defines for a + * particular build of Halibut. + * + * When my automated build system does a full build, Buildscr + * completely overwrites this file with information derived from the + * circumstances and type of that build. The information _here_ is + * default stuff used for local development runs of 'make'. + */ + +#define VERSION "unidentified version" -- cgit v1.1