From 9f3dd1803b093c3ed997d7962ee80812f62c971a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 18 Feb 2018 10:37:52 +0100 Subject: [PATCH] Merge --- CHANGELOG.md | 2 +- mktarball.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d72c110f..390ca1d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mktarball.sh b/mktarball.sh index f1ee73c5..ee56c4a1 100755 --- a/mktarball.sh +++ b/mktarball.sh @@ -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"