a1b55056fc
This way, autobuilders can run it before building, in a tree where git-annex was already built, and get the current git rev embedded in the build. Before, the version number only updated when the setup program was run, which was up to cabal and not on every build.
16 lines
387 B
Haskell
16 lines
387 B
Haskell
{- git-annex build info
|
|
-
|
|
- Copyright 2013-2017 Joey Hess <id@joeyh.name>
|
|
-
|
|
- Licensed under the GNU GPL version 3 or higher.
|
|
-}
|
|
|
|
{-# LANGUAGE CPP #-}
|
|
|
|
module BuildInfo where
|
|
|
|
-- This file is generated by the configure program with the results of its
|
|
-- probing.
|
|
#include "Build/SysConfig"
|
|
-- This file is automatically generated from the CHANGELOG version
|
|
#include "Build/Version"
|