aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-06-15 18:26:12 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-06-15 18:26:12 -0700
commit30276a47a0c454691c586bdc88dea87c2e82c19a (patch)
tree9ab4535c50b3dd4a2f7f13c2afb9587a6b3ffff4
parent510b40212d0f6f80725a6e71ccb971cf21163b5a (diff)
downloadpw-30276a47a0c454691c586bdc88dea87c2e82c19a.tar.gz
pw-30276a47a0c454691c586bdc88dea87c2e82c19a.tar.bz2
pw-30276a47a0c454691c586bdc88dea87c2e82c19a.zip
Version 2 is released.pw-2
-rw-r--r--Makefile6
-rw-r--r--pw-relnotes.52
-rw-r--r--pw.12
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