add bubble
This commit is contained in:
parent
01b4af2bab
commit
51cc8fa31e
@ -63,18 +63,18 @@ uses
|
|||||||
BaseVariation in '..\..\Source\BaseVariation.pas',
|
BaseVariation in '..\..\Source\BaseVariation.pas',
|
||||||
BucketFillerThread in '..\..\Source\BucketFillerThread.pas',
|
BucketFillerThread in '..\..\Source\BucketFillerThread.pas',
|
||||||
varblob in '..\..\Source\varblob.pas',
|
varblob in '..\..\Source\varblob.pas',
|
||||||
// varhenon in '..\..\Source\varhenon.pas',
|
|
||||||
varpdj in '..\..\Source\varpdj.pas',
|
varpdj in '..\..\Source\varpdj.pas',
|
||||||
varFan2 in '..\..\Source\varFan2.pas',
|
varFan2 in '..\..\Source\varFan2.pas',
|
||||||
varRings2 in '..\..\Source\varRings2.pas',
|
varRings2 in '..\..\Source\varRings2.pas',
|
||||||
VarEyefish in '..\..\Source\VarEyefish.pas';
|
VarEyefish in '..\..\Source\VarEyefish.pas',
|
||||||
|
VarBubble in '..\..\Source\VarBubble.pas';
|
||||||
|
|
||||||
// ImageColoring in '..\..\Source\ImageColoring.pas' {frmImageColoring};
|
// ImageColoring in '..\..\Source\ImageColoring.pas' {frmImageColoring};
|
||||||
|
|
||||||
{$R *.RES}
|
{$R *.RES}
|
||||||
|
|
||||||
begin
|
begin
|
||||||
if now > EncodeDate(2006,04,26) then begin
|
if now > EncodeDate(2006,04,30) then begin
|
||||||
ShowMessage('This version has expired. Please go to http://sourceforge.net/project/apophysis and download the latest version.');
|
ShowMessage('This version has expired. Please go to http://sourceforge.net/project/apophysis and download the latest version.');
|
||||||
Halt
|
Halt
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user