File: ThisVersion.lhs.in

package info (click to toggle)
darcs 1.0.9~rc1-0.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,248 kB
  • ctags: 565
  • sloc: haskell: 19,148; perl: 4,320; sh: 1,626; ansic: 1,137; makefile: 55; xml: 14
file content (11 lines) | stat: -rw-r--r-- 239 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
%
% Version information created at compile time by make.
%
\begin{code}
module ThisVersion ( darcs_version ) where

{-# INLINE darcs_version #-}
darcs_version :: String
darcs_version = "@DARCS_VERSION@ (@DARCS_VERSION_STATE@)"
\end{code}