From 30276a47a0c454691c586bdc88dea87c2e82c19a Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 15 Jun 2022 18:26:12 -0700 Subject: Version 2 is released. --- Makefile | 6 +++--- pw-relnotes.5 | 2 +- pw.1 | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 001aae1..9e16dab 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ -PW_SHA256 := 6675178bf43216cf302d4291269b51dc87eb87235e798c4e3e30b742e458d828 +PW_SHA256 := 6183b695423a69fdd15f56a31e013e703736f37806499c158566c51c4aef654a NEEDED_CFLAGS := -std=c99 -D_POSIX_C_SOURCE=200112L -D__EXTENSIONS__ ifeq ($(shell sha256sum pw.c),$(PW_SHA256) pw.c) -PW_VERSION := 1 +PW_VERSION := 2 else -PW_VERSION := 1-$(shell git rev-parse --short HEAD) +PW_VERSION := 2-$(shell git rev-parse --short HEAD) PW_VERSION := $(PW_VERSION)$(shell git diff --quiet || printf -- "-dirty") endif CFLAGS ?= -g -O2 -W -Wall diff --git a/pw-relnotes.5 b/pw-relnotes.5 index 2ae8843..b81dcf6 100644 --- a/pw-relnotes.5 +++ b/pw-relnotes.5 @@ -24,7 +24,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. -.TH PW-RELNOTES 5 "16 May 2022" "Version 1" "Pipe Watch Release Notes" +.TH PW-RELNOTES 5 "15 Jun 2022" "Version 2" "Pipe Watch Release Notes" .SH DESCRIPTION This document provides release notes for the diff --git a/pw.1 b/pw.1 index bf9bc0c..0f595f9 100644 --- a/pw.1 +++ b/pw.1 @@ -24,7 +24,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. -.TH PW 1 "16 May 2022" "Version 1" "Pipe Watch" +.TH PW 1 "15 Jun 2022" "Version 2" "Pipe Watch" .SH NAME pw \- Pipe Watch: monitor recent lines of output from pipe -- cgit v1.2.3