diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-06-15 18:26:12 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-06-15 18:26:12 -0700 |
commit | 30276a47a0c454691c586bdc88dea87c2e82c19a (patch) | |
tree | 9ab4535c50b3dd4a2f7f13c2afb9587a6b3ffff4 | |
parent | 510b40212d0f6f80725a6e71ccb971cf21163b5a (diff) | |
download | pw-30276a47a0c454691c586bdc88dea87c2e82c19a.tar.gz pw-30276a47a0c454691c586bdc88dea87c2e82c19a.tar.bz2 pw-30276a47a0c454691c586bdc88dea87c2e82c19a.zip |
Version 2 is released.pw-2
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | pw-relnotes.5 | 2 | ||||
-rw-r--r-- | pw.1 | 2 |
3 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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 |