diff --git a/2.10/Project/delphi7/Apophysis206.cfg b/2.10/Project/delphi7/Apophysis206.cfg index 71f8e49..1af6b8d 100644 --- a/2.10/Project/delphi7/Apophysis206.cfg +++ b/2.10/Project/delphi7/Apophysis206.cfg @@ -1,6 +1,6 @@ -$A8 -$B- --$C+ +-$C- -$D- -$E- -$F- diff --git a/2.10/Project/delphi7/Apophysis206.dpr b/2.10/Project/delphi7/Apophysis206.dpr index cf0181b..621cf9a 100644 --- a/2.10/Project/delphi7/Apophysis206.dpr +++ b/2.10/Project/delphi7/Apophysis206.dpr @@ -1,6 +1,7 @@ { Apophysis Copyright (C) 2001-2004 Mark Townsend Apophysis Copyright (C) 2005-2006 Ronald Hordijk, Piotr Borys, Peter Sdobnov + Apophysis Copyright (C) 2007 Piotr Borys, Peter Sdobnov This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -92,8 +93,8 @@ uses {$R *.RES} begin - if now > EncodeDate(2007, 6, 30) then begin - ShowMessage('This version has expired. Please go to http://sourceforge.net/project/apophysis and download the latest version.'); + if now > EncodeDate(2007, 11, 1) then begin + ShowMessage('This version has expired. Please go to http://sourceforge.net/projects/apophysis and download the latest version.'); Halt end; diff --git a/2.10/Project/delphi7/Apophysis206.res b/2.10/Project/delphi7/Apophysis206.res index 5ff94df..c58b274 100644 Binary files a/2.10/Project/delphi7/Apophysis206.res and b/2.10/Project/delphi7/Apophysis206.res differ