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'
|
'setup.d'
|
||||||
)
|
)
|
||||||
ConfigurationIndex = 2
|
ConfigurationIndex = 2
|
||||||
version = '3.6.20'
|
version = '3.6.21'
|
||||||
end
|
end
|
||||||
|
|
|
@ -3,3 +3,4 @@ zip -9 -j $1.zip $1
|
||||||
wait
|
wait
|
||||||
ofile=`basename $1 .setup`
|
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