update version

This commit is contained in:
Basile Burg 2018-10-21 14:54:17 +02:00
parent b5c8702cbc
commit b46be6ac70
3 changed files with 4 additions and 3 deletions

View File

@ -84,5 +84,5 @@ object CurrentProject: TCENativeProject
'setup.d'
)
ConfigurationIndex = 2
version = '3.6.20'
version = '3.6.21'
end

View File

@ -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

View File

@ -1 +1 @@
v3.6.20
v3.6.21