mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
bump version number to beta2
This commit is contained in:
2
GF.cabal
2
GF.cabal
@@ -1,5 +1,5 @@
|
|||||||
name: gf
|
name: gf
|
||||||
version: 3.0-beta
|
version: 3.0-beta2
|
||||||
cabal-version: >= 1.2
|
cabal-version: >= 1.2
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
license: GPL
|
license: GPL
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ today:
|
|||||||
echo 'import Data.Version' >> Paths_gf.hs
|
echo 'import Data.Version' >> Paths_gf.hs
|
||||||
echo '{-# NOINLINE version #-}' >> Paths_gf.hs
|
echo '{-# NOINLINE version #-}' >> Paths_gf.hs
|
||||||
echo 'version :: 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
|
echo 'getDataDir = return "$(GF_DATA_DIR)" :: IO FilePath' >> Paths_gf.hs
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user