blob: 39dad057684cc1c4a618ad96e284d00504ea6a1a (
plain)
1
2
3
4
5
6
7
8
9
10
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"
|