File: version.h

package info (click to toggle)
spigot 0.2017-01-15.gdad1bbc6-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, stretch, trixie
  • size: 904 kB
  • ctags: 1,521
  • sloc: cpp: 9,516; sh: 1,225; python: 643; makefile: 24
file content (13 lines) | stat: -rw-r--r-- 438 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * This header file provides the version #define for a particular
 * build of spigot.
 *
 * 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'.
 */

#ifndef VER /* so that you can make CPPFLAGS+='-DVER="\"version\""' */
#define VER "unidentified build"
#endif