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