2017-12-14 16:46:57 +00:00
|
|
|
{- git-annex build info
|
2013-03-09 18:57:23 +00:00
|
|
|
-
|
2017-04-07 22:03:09 +00:00
|
|
|
- Copyright 2013-2017 Joey Hess <id@joeyh.name>
|
2013-03-09 18:57:23 +00:00
|
|
|
-
|
2019-03-13 19:48:14 +00:00
|
|
|
- Licensed under the GNU AGPL version 3 or higher.
|
2013-03-09 18:57:23 +00:00
|
|
|
-}
|
|
|
|
|
|
|
|
{-# LANGUAGE CPP #-}
|
|
|
|
|
2017-04-07 22:03:09 +00:00
|
|
|
module BuildInfo where
|
|
|
|
|
2018-01-02 17:47:51 +00:00
|
|
|
-- This file is generated by the configure program with the results of its
|
|
|
|
-- probing.
|
2017-12-14 16:46:57 +00:00
|
|
|
#include "Build/SysConfig"
|
2018-06-26 14:33:28 +00:00
|
|
|
-- This file is automatically generated from the CHANGELOG version
|
|
|
|
#include "Build/Version"
|