bump version number to beta2

This commit is contained in:
krasimir
2008-09-10 09:59:50 +00:00
parent 2d6e7ad625
commit 23f2f0ae00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
name: gf
version: 3.0-beta
version: 3.0-beta2
cabal-version: >= 1.2
build-type: Simple
license: GPL

View File

@@ -115,7 +115,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 = ["beta"]}' >> Paths_gf.hs
echo 'version = Version {versionBranch = [3,0], versionTags = ["beta2"]}' >> Paths_gf.hs
echo 'getDataDir = return "$(GF_DATA_DIR)" :: IO FilePath' >> Paths_gf.hs