mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
version in Makefile
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user