Merge - 9.0.0 release

This commit is contained in:
Luis Ángel San Martín
2018-02-18 10:35:24 +01:00
parent 0b52310089
commit 2a136e3ea3
200 changed files with 19288 additions and 5108 deletions

View File

@ -4,11 +4,14 @@ rm -R *.app
rm -R YACReader-*
rm -R *.dmg
cd YACReader
make clean
make distclean
rm -R YACReader.app
cd ..
cd YACReaderLibrary
make clean
make distclean
rm -R YACReaderLibrary.app
cd ..
cd YACReaderLibraryServer
make distclean
rm -R YACReaderLibraryServer.app
cd ..