From ca1fb5a4cec74f35f52bd85f1c905c19b1dc9d5c Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Fri, 23 Nov 2012 18:37:39 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ff1c9f5..e28799dc 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ For download, check ## Requirements -* Developped using EiffelStudio 7.0 (on Windows, Linux) -* Tested using EiffelStudio 7.0 with "jenkins" CI server (and v6.8 for time to time) +* Developped using EiffelStudio 7.1 (on Windows, Linux) +* Tested using EiffelStudio 7.1 with "jenkins" CI server (not anymore compatible with 6.8 due to use of `across') * The code have to allow __void-safe__ compilation and non void-safe system (see [more about void-safety](http://docs.eiffel.com/book/method/void-safe-programming-eiffel) ) ## How to get the source code? From 78ceebf979274736576247cbbbf4920c7faeb3dc Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Fri, 23 Nov 2012 18:56:44 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e28799dc..1456d778 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ For download, check * https://github.com/EiffelWebFramework/EWF/downloads ## Requirements - +* Compiling from EiffelStudio 7.0 * Developped using EiffelStudio 7.1 (on Windows, Linux) -* Tested using EiffelStudio 7.1 with "jenkins" CI server (not anymore compatible with 6.8 due to use of `across') +* Tested using EiffelStudio 7.1 with "jenkins" CI server (not anymore compatible with 6.8 due to use of `TABLE_ITERABLE') * The code have to allow __void-safe__ compilation and non void-safe system (see [more about void-safety](http://docs.eiffel.com/book/method/void-safe-programming-eiffel) ) ## How to get the source code?