aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
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 /Makefile
parent510b40212d0f6f80725a6e71ccb971cf21163b5a (diff)
downloadpw-30276a47a0c454691c586bdc88dea87c2e82c19a.tar.gz
pw-30276a47a0c454691c586bdc88dea87c2e82c19a.tar.bz2
pw-30276a47a0c454691c586bdc88dea87c2e82c19a.zip
Version 2 is released.pw-2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 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