prepared 2_alpha_1

This commit is contained in:
Basile Burg 2015-09-25 04:47:21 +02:00
parent 2d06f1e035
commit 819a45fa1e
4 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@ object CurrentProject: TCENativeProject
outputOptions.boundsCheck = offAlways
outputOptions.optimizations = True
outputOptions.release = True
pathsOptions.outputFilename = 'output\coedit.1update2.win32.setup.exe'
pathsOptions.outputFilename = 'output\coedit.2alpha1.win32.setup.exe'
pathsOptions.importStringPaths.Strings = (
'win32\'
)
@ -29,7 +29,7 @@ object CurrentProject: TCENativeProject
outputOptions.boundsCheck = offAlways
outputOptions.optimizations = True
outputOptions.release = True
pathsOptions.outputFilename = 'output\coedit.1update2.linux32.setup'
pathsOptions.outputFilename = 'output\coedit.2alpha1.linux32.setup'
pathsOptions.importStringPaths.Strings = (
'nux32\'
)
@ -50,7 +50,7 @@ object CurrentProject: TCENativeProject
outputOptions.boundsCheck = offAlways
outputOptions.optimizations = True
outputOptions.release = True
pathsOptions.outputFilename = 'output\coedit.1update2.linux64.setup'
pathsOptions.outputFilename = 'output\coedit.2alpha1.linux64.setup'
pathsOptions.importStringPaths.Strings = (
'nux64\'
)
@ -72,7 +72,7 @@ object CurrentProject: TCENativeProject
outputOptions.boundsCheck = offAlways
outputOptions.optimizations = True
outputOptions.release = True
pathsOptions.outputFilename = 'output\coedit.1update2.win32.setup.exe'
pathsOptions.outputFilename = 'output\coedit.2alpha1.win32.setup.exe'
pathsOptions.importStringPaths.Strings = (
'win32\'
)

View File

@ -110,7 +110,7 @@ void main(string[] args)
);
Formater.separate;
if (!uninstall) Formater.justify!('C', "Coedit 1 update 2 - setup");
if (!uninstall) Formater.justify!('C', "Coedit 2 alpha 1 - setup");
else Formater.justify!('C', "Coedit uninstaller");
Formater.separate;

View File

@ -1 +1 @@
1update2
2alpha1

View File

@ -36,7 +36,7 @@ inherited CEInfoWidget: TCEInfoWidget
Align = alClient
Alignment = taCenter
AutoSize = False
Caption = 'Coedit 1 - update 2'
Caption = 'Coedit 2 - alpha 1'
Font.Height = -16
Font.Style = [fsBold]
Layout = tlCenter