From 35229f5edf5183079f6cdf2c580941981fef2cc7 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 9 Sep 2005 08:20:37 +0000 Subject: [PATCH] updated required version numbers git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4249 212acab6-be3b-0410-9dea-997c60f758d6 --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index ae7650e6..d5c4b69d 100644 --- a/INSTALL +++ b/INSTALL @@ -5,8 +5,8 @@ This is a trimmed version of Appendix F of the documentation. - Requirements - * Python version 1.5.2 and above (http://www.python.org/) - * SCons version 0.96.90 and above (http://www.scons.org/) + * Python version 1.6 and above (http://www.python.org/) + * SCons version 0.96.91 and above (http://www.scons.org/) * C compiler - Installing