amalgame/commit

Require prolog 7.3.30 just to be sure ...

authorJacco van Ossenbruggen
Tue Nov 22 14:24:56 2016 +0100
committerJacco van Ossenbruggen
Tue Nov 22 14:24:56 2016 +0100
commit66122e3122497f2f631faf2cc12d040e1ee14a3c
tree6493315ae355e862434aca857769e973cc1d0a5a
parent077a0005daaced9522a63595cbfa229e12cdf6b2
Diff style: patch stat
diff --git a/README.md b/README.md
index 1da0051..d950d41 100644
--- a/README.md
+++ b/README.md
@@ -9,10 +9,9 @@ amalgame provides a web-based interactive platform for creating, analyzing and e
 ## Installation
 Amalgame is a web application build as a package in the ClioPatria semantic web server. To install, make sure you have:
 
-1. The latest development release of SWI Prolog, at least version 7.1.x. See http://www.swi-prolog.org/Download.html
+1. The latest development release of SWI Prolog, at least version 7.3.30. See http://www.swi-prolog.org/Download.html
 2. ClioPatria itself, see http://cliopatria.swi-prolog.org/help/Download.html
 3. Once you have your ClioPatria server up and running, just install amalgame as a cpack:
-
         :- cpack_install(amalgame).
 4. Done!
 
diff --git a/config-available/025-amalgame.pl b/config-available/025-amalgame.pl
index 255cf24..bc8b613 100644
--- a/config-available/025-amalgame.pl
+++ b/config-available/025-amalgame.pl
@@ -4,8 +4,8 @@
 */
 
 :- current_prolog_flag(version, Version),
-   (   Version < 70117
-   ->  format('Warning: amalgame needs SWI-Prolog version 7.1.17 or higher~n', [])
+   (   Version < 70330
+   ->  format('Warning: amalgame needs SWI-Prolog version 7.3.30 or higher~n', [])
    ;   true
    ).