mirror of https://gitlab.com/basile.b/dexed.git
update version
This commit is contained in:
parent
d80249b62d
commit
8f21ebd2f2
|
@ -7,7 +7,7 @@ object CurrentProject: TCENativeProject
|
||||||
outputOptions.boundsCheck = offAlways
|
outputOptions.boundsCheck = offAlways
|
||||||
outputOptions.optimizations = True
|
outputOptions.optimizations = True
|
||||||
outputOptions.release = True
|
outputOptions.release = True
|
||||||
pathsOptions.outputFilename = 'output/coedit.3update1.win32.setup'
|
pathsOptions.outputFilename = 'output/coedit.<CPV>.win32.setup'
|
||||||
pathsOptions.importStringPaths.Strings = (
|
pathsOptions.importStringPaths.Strings = (
|
||||||
'win32/'
|
'win32/'
|
||||||
'<CPP>'
|
'<CPP>'
|
||||||
|
@ -35,7 +35,7 @@ object CurrentProject: TCENativeProject
|
||||||
outputOptions.boundsCheck = offAlways
|
outputOptions.boundsCheck = offAlways
|
||||||
outputOptions.optimizations = True
|
outputOptions.optimizations = True
|
||||||
outputOptions.release = True
|
outputOptions.release = True
|
||||||
pathsOptions.outputFilename = 'output/coedit.3update1.linux32.setup'
|
pathsOptions.outputFilename = 'output/coedit.<CPV>.linux32.setup'
|
||||||
pathsOptions.importStringPaths.Strings = (
|
pathsOptions.importStringPaths.Strings = (
|
||||||
'nux32/'
|
'nux32/'
|
||||||
'<CPP>'
|
'<CPP>'
|
||||||
|
@ -58,7 +58,7 @@ object CurrentProject: TCENativeProject
|
||||||
outputOptions.boundsCheck = offAlways
|
outputOptions.boundsCheck = offAlways
|
||||||
outputOptions.optimizations = True
|
outputOptions.optimizations = True
|
||||||
outputOptions.release = True
|
outputOptions.release = True
|
||||||
pathsOptions.outputFilename = 'output/coedit.3update1.linux64.setup'
|
pathsOptions.outputFilename = 'output/coedit.<CPV>.linux64.setup'
|
||||||
pathsOptions.importStringPaths.Strings = (
|
pathsOptions.importStringPaths.Strings = (
|
||||||
'nux64/'
|
'nux64/'
|
||||||
'<CPP>'
|
'<CPP>'
|
||||||
|
@ -79,4 +79,5 @@ object CurrentProject: TCENativeProject
|
||||||
'cesetup.d'
|
'cesetup.d'
|
||||||
)
|
)
|
||||||
ConfigurationIndex = 2
|
ConfigurationIndex = 2
|
||||||
|
version = '3update2'
|
||||||
end
|
end
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
3_update_1
|
3_update_2
|
||||||
|
|
|
@ -6,7 +6,7 @@ title: index
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
This documentation is based on version 3, update 1.
|
This documentation is based on version 3, update 2.
|
||||||
|
|
||||||
#### First steps
|
#### First steps
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue