diff options
| author | aarne <aarne@cs.chalmers.se> | 2009-04-02 10:01:26 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2009-04-02 10:01:26 +0000 |
| commit | ef49588ed13d16a49ce3854c6a694fd51affc49e (patch) | |
| tree | fba7e1d6854c57975c36c841491495d6c7a8f077 | |
| parent | 15bdc53f8c729badb9d90ae61851a4d9473ea2c0 (diff) | |
version in Makefile
| -rw-r--r-- | download/index.txt | 2 | ||||
| -rw-r--r-- | src/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/download/index.txt b/download/index.txt index 861f5f1c9..fa3498eb6 100644 --- a/download/index.txt +++ b/download/index.txt @@ -7,7 +7,7 @@ Grammatical Framework Download and Installation ==Latest release== -- GF 3.0 beta3 MacOS X binary package (Intel Mac with MacOS X Leopard) +- GF 3.0 beta3 MacOS X binary (Intel Mac with MacOS X Leopard) [GF-3.0-beta2-i386-apple-leopard.tgz] - [GF 3.0 beta2 Windows package gf-3.0-beta2.zip] (includes libraries) diff --git a/src/Makefile b/src/Makefile index 4df38576e..e4c6bb728 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 |
