This commit is contained in:
Luis Ángel San Martín 2018-02-18 10:37:52 +01:00
parent 2a136e3ea3
commit 9f3dd1803b
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Please note: this is a work in progress. Keeping a changelog has been neglected
in the past so information is missing and older release information is in
spanish only. Sorry for the mess.
## 9.0.0 (WIP)
## 9.0.0 (2018-2-18)
### Library and Reader

View File

@ -2,7 +2,7 @@
#Script to create a source tarball for YACReader distribution and packaging
#This should be run from YACReaders top source directory
YACVERSION=9.0.0-rc1
YACVERSION=9.0.0
if [ ! -f "yacreader-${YACVERSION}-src.tar.xz" ]
then
echo "Building source tarball"