Follow upstream changes -- Bytestring updates
[git-darcs-import.git] / src / ThisVersion.lhs.in
blobd3fa1ca9d822c724f207ee92d36d5d85e3de68c9
2 % Version information created at compile time by make.
4 \begin{code}
5 module ThisVersion ( darcs_version ) where
7 {-# NOINLINE darcs_version #-}
8 darcs_version :: String
9 darcs_version = "@DARCS_VERSION@ (@DARCS_VERSION_STATE@)"
10 \end{code}