Update version number 3.0 to 3.1 in a number of places

This commit is contained in:
hallgren
2009-12-15 15:27:26 +00:00
parent 71ad32effc
commit 3d939a9500
7 changed files with 13 additions and 16 deletions

View File

@@ -27,10 +27,10 @@ import URLEncoding
-- FIXME !!!!!!
grammarFile :: FilePath
grammarFile = "/usr/local/share/gf-3.0/lib/alltenses/ParadigmsFin.gfo"
grammarFile = "/usr/local/share/gf-3.1/lib/alltenses/ParadigmsFin.gfo"
grammarPath :: FilePath
grammarPath = "/usr/local/share/gf-3.0/lib/prelude"
grammarPath = "/usr/local/share/gf-3.1/lib/prelude"
main :: IO ()
main = do initFastCGI

View File

@@ -12,7 +12,7 @@ executable pgf-server
directory,
filepath,
containers,
gf >= 3.0,
gf >= 3.1,
cgi >= 3001.1.7.0,
fastcgi >= 3001.0.2.1,
json >= 0.3.3,
@@ -34,7 +34,7 @@ executable morpho-server
directory,
filepath,
containers,
gf >= 3.0,
gf >= 3.1,
cgi >= 3001.1.7.0,
fastcgi >= 3001.0.2.1,
json >= 0.3.3,