diff --git a/2.10/Project/delphi6/Apophysis.dof b/2.10/Project/delphi6/Apophysis.dof index 6ef99c7..82e3582 100644 --- a/2.10/Project/delphi6/Apophysis.dof +++ b/2.10/Project/delphi6/Apophysis.dof @@ -109,26 +109,26 @@ DebugCWD= IncludeVerInfo=1 AutoIncBuild=0 MajorVer=2 -MinorVer=0 -Release=8 -Build=3 +MinorVer=1 +Release=0 +Build=0 Debug=0 PreRelease=0 Special=0 Private=0 DLL=0 -Locale=3082 +Locale=1033 CodePage=1252 [Version Info Keys] CompanyName= -FileDescription=Apophysis 2.08 beta -FileVersion=2.0.8.3 +FileDescription=Apophysis 2.1 +FileVersion=2.1.0.0 InternalName= -LegalCopyright=Copyright © 2005-2008 Apophysis Developers Team +LegalCopyright=Copyright © 2005-2010 Apophysis Developers Team LegalTrademarks= OriginalFilename=Apophysis.exe ProductName= -ProductVersion=2.0 +ProductVersion=2.1 Comments= [HistoryLists\hlDebugSourcePath] Count=3 @@ -141,8 +141,8 @@ Item0=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; [HistoryLists\hlSearchPath] Count=3 Item0=$(DELPHI)\Lib\Debug;..\..\..\Apolibstuff\libxml;..\..\..\Apolibstuff\imglib;..\..\..\Apolibstuff\Scripter\Imports\Delphi7;..\..\..\Apolibstuff\Scripter;..\..\..\ApoLibStuff\pngimage -Item1=..\..\..\Apolibstuff\libxml;..\..\..\Apolibstuff\imglib;..\..\..\Apolibstuff\Scripter\Imports\Delphi7;..\..\..\Apolibstuff\Scripter;..\..\..\ApoLibStuff\pngimage -Item2=$(DELPHI)\Lib\Debug;..\..\..\Apolibstuff\libxml;..\..\..\Apolibstuff\imglib;..\..\..\Apolibstuff\Scripter\Imports\Delphi7;..\..\..\Apolibstuff\Scripter;..\..\..\ApoLibStuff\pngimage +Item1=$(DELPHI)\Lib\Debug;..\..\..\Apolibstuff\libxml;..\..\..\Apolibstuff\imglib;..\..\..\Apolibstuff\Scripter\Imports\Delphi7;..\..\..\Apolibstuff\Scripter;..\..\..\ApoLibStuff\pngimage +Item2=..\..\..\Apolibstuff\libxml;..\..\..\Apolibstuff\imglib;..\..\..\Apolibstuff\Scripter\Imports\Delphi7;..\..\..\Apolibstuff\Scripter;..\..\..\ApoLibStuff\pngimage [HistoryLists\hlUnitOutputDirectory] Count=1 Item0=..\..\out\dcu diff --git a/2.10/Project/delphi6/Apophysis.dpr b/2.10/Project/delphi6/Apophysis.dpr index 39e270d..154e8c4 100644 --- a/2.10/Project/delphi6/Apophysis.dpr +++ b/2.10/Project/delphi6/Apophysis.dpr @@ -91,10 +91,10 @@ uses {$R *.RES} begin - if now >= EncodeDate(2009, 9, 9) then begin - ShowMessage('This version has expired. Please go to http://sourceforge.net/project/apophysis and download the latest version.'); - Halt - end; +// if now >= EncodeDate(2012, 12, 21) then begin +// ShowMessage('This version has expired. Please go to http://sourceforge.net/project/apophysis and download the latest version.'); +// Halt +// end; Application.Initialize; Application.Title := 'Apophysis'; @@ -118,6 +118,7 @@ begin Application.CreateForm(TfrmPostProcess, frmPostProcess); Application.CreateForm(TfrmImageColoring, frmImageColoring); Application.CreateForm(TTraceForm, TraceForm); + Application.CreateForm(TValueReplacerForm, ValueReplacerForm); Application.UpdateFormatSettings := False; DecimalSeparator := '.'; Application.Run; diff --git a/2.10/Project/delphi6/Apophysis.res b/2.10/Project/delphi6/Apophysis.res index b482f6b..23dfb63 100644 Binary files a/2.10/Project/delphi6/Apophysis.res and b/2.10/Project/delphi6/Apophysis.res differ