Changes in OpenPrinting CUPS
============================
-CUPS v2.4-b1 (Pending)
-----------------------
+CUPS v2.4b1
+-----------
- Added support for CUPS running in a Snapcraft snap.
- Added basic OAuth 2.0 client support (Issue #100)
-Building and Installing OpenPrinting CUPS
-=========================================
+Building and Installing OpenPrinting CUPS v2.4b1
+================================================
This file describes how to compile and install CUPS from source code. For more
information on CUPS see the file called `README.md`.
-OpenPrinting CUPS
-=================
+OpenPrinting CUPS v2.4b1
+========================


exit 1
fi
- temp=`head -1 README.md | awk '{print $4}'`
+ temp=`head -1 README.md | awk '{print $3}'`
if test "$temp" != "v$version"; then
echo "Still need to update version to v$version in README.md (saw $temp)"
exit 1
fi
- temp=`head -1 INSTALL.md | awk '{print $4}'`
+ temp=`head -1 INSTALL.md | awk '{print $6}'`
if test "$temp" != "v$version"; then
echo "Still need to update version to v$version in INSTALL.md (saw $temp)"
exit 1
fi
- temp=`head -6 CHANGES-OPENPRINTING.md | grep "Changes in" | awk '{print $4}'`
+ temp=`head -6 CHANGES.md | grep "Changes in" | awk '{print $2}'`
if test "$temp" != "v$version"; then
- echo "Still need to add Changes in v$version in CHANGES-OPENPRINTING.md (saw $temp)"
+ echo "Still need to add Changes in v$version in CHANGES.md (saw $temp)"
exit 1
fi