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.optimizations = True
|
||||
outputOptions.release = True
|
||||
pathsOptions.outputFilename = 'output/coedit.3update1.win32.setup'
|
||||
pathsOptions.outputFilename = 'output/coedit.<CPV>.win32.setup'
|
||||
pathsOptions.importStringPaths.Strings = (
|
||||
'win32/'
|
||||
'<CPP>'
|
||||
|
@ -35,7 +35,7 @@ object CurrentProject: TCENativeProject
|
|||
outputOptions.boundsCheck = offAlways
|
||||
outputOptions.optimizations = True
|
||||
outputOptions.release = True
|
||||
pathsOptions.outputFilename = 'output/coedit.3update1.linux32.setup'
|
||||
pathsOptions.outputFilename = 'output/coedit.<CPV>.linux32.setup'
|
||||
pathsOptions.importStringPaths.Strings = (
|
||||
'nux32/'
|
||||
'<CPP>'
|
||||
|
@ -58,7 +58,7 @@ object CurrentProject: TCENativeProject
|
|||
outputOptions.boundsCheck = offAlways
|
||||
outputOptions.optimizations = True
|
||||
outputOptions.release = True
|
||||
pathsOptions.outputFilename = 'output/coedit.3update1.linux64.setup'
|
||||
pathsOptions.outputFilename = 'output/coedit.<CPV>.linux64.setup'
|
||||
pathsOptions.importStringPaths.Strings = (
|
||||
'nux64/'
|
||||
'<CPP>'
|
||||
|
@ -79,4 +79,5 @@ object CurrentProject: TCENativeProject
|
|||
'cesetup.d'
|
||||
)
|
||||
ConfigurationIndex = 2
|
||||
version = '3update2'
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue