mirror of https://gitlab.com/basile.b/dexed.git
update version
This commit is contained in:
parent
b5c8702cbc
commit
b46be6ac70
|
@ -84,5 +84,5 @@ object CurrentProject: TCENativeProject
|
|||
'setup.d'
|
||||
)
|
||||
ConfigurationIndex = 2
|
||||
version = '3.6.20'
|
||||
version = '3.6.21'
|
||||
end
|
||||
|
|
|
@ -2,4 +2,5 @@ cd output
|
|||
zip -9 -j $1.zip $1
|
||||
wait
|
||||
ofile=`basename $1 .setup`
|
||||
rm -f $ofile.o
|
||||
rm -f $ofile.o
|
||||
rm -f $1
|
||||
|
|
|
@ -1 +1 @@
|
|||
v3.6.20
|
||||
v3.6.21
|
||||
|
|
Loading…
Reference in New Issue