prepare next rlz

This commit is contained in:
Basile Burg 2017-12-07 14:00:37 +01:00
parent 6a20a54f06
commit 44062b9c41
3 changed files with 3 additions and 3 deletions

View File

@ -84,5 +84,5 @@ object CurrentProject: TCENativeProject
'cesetup.d'
)
ConfigurationIndex = 2
version = '3.6.0-alpha.0'
version = '3.5.1'
end

View File

@ -1 +1 @@
v3.6.0-alpha.0
v3.5.1

View File

@ -618,7 +618,7 @@ implementation
{$R *.lfm}
uses
SynMacroRecorder, ce_dcd, openssl, dynlibs;
SynMacroRecorder, ce_dcd, openssl;
{$REGION TCERunnableOptions ----------------------------------------------------}
constructor TCERunnableOptions.create(aOwner: TComponent);