summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2008-09-10 09:59:50 +0000
committerkrasimir <krasimir@chalmers.se>2008-09-10 09:59:50 +0000
commit1e2f027d18e0b09211c49d3d20f92b7325e328ce (patch)
treedfb7b77b60815aae7f6dcf8c861500d200b4c79e
parentc4c1f6d076f8301c6b417badd037dfefbf6d414d (diff)
bump version number to beta2
-rw-r--r--GF.cabal2
-rw-r--r--src/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/GF.cabal b/GF.cabal
index 1e3ec1265..14af3bdec 100644
--- a/GF.cabal
+++ b/GF.cabal
@@ -1,5 +1,5 @@
name: gf
-version: 3.0-beta
+version: 3.0-beta2
cabal-version: >= 1.2
build-type: Simple
license: GPL
diff --git a/src/Makefile b/src/Makefile
index 46934694c..07e2a5e07 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -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