version in Makefile

This commit is contained in:
aarne
2009-04-02 10:01:26 +00:00
parent 15bdc53f8c
commit ef49588ed1
2 changed files with 2 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ today:
echo 'import Data.Version' >> Paths_gf.hs
echo '{-# NOINLINE version #-}' >> Paths_gf.hs
echo 'version :: Version' >> Paths_gf.hs
echo 'version = Version {versionBranch = [3,0], versionTags = ["beta2"]}' >> Paths_gf.hs
echo 'version = Version {versionBranch = [3,0], versionTags = ["beta3"]}' >> Paths_gf.hs
echo 'getDataDir = return "$(GF_DATA_DIR)" :: IO FilePath' >> Paths_gf.hs