From: Zdenek Dohnal Date: Wed, 27 Oct 2021 07:04:33 +0000 (+0200) Subject: CHANGES.md: Update the style X-Git-Tag: v2.4b1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=619d5c7381aeeeed287d45d061723e3c4fdb9081;p=thirdparty%2Fcups.git CHANGES.md: Update the style --- diff --git a/CHANGES.md b/CHANGES.md index 1f82aa0db9..11455a7b2c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,8 @@ Changes in OpenPrinting CUPS ============================ -CUPS v2.4b1 ------------ +Changes in CUPS v2.4b1 (27th October 2021) +------------------------------------------ - Added support for CUPS running in a Snapcraft snap. - Added basic OAuth 2.0 client support (Issue #100) diff --git a/scripts/makesrcdist b/scripts/makesrcdist index 888d2b8ed1..2a4b1aed86 100755 --- a/scripts/makesrcdist +++ b/scripts/makesrcdist @@ -71,7 +71,7 @@ else exit 1 fi - temp=`head -6 CHANGES.md | grep "Changes in" | awk '{print $2}'` + temp=`head -6 CHANGES.md | grep "Changes in" | awk '{print $4}'` if test "$temp" != "v$version"; then echo "Still need to add Changes in v$version in CHANGES.md (saw $temp)" exit 1