summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HACKING.md5
-rw-r--r--config.mk2
2 files changed, 6 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md
new file mode 100644
index 0000000..38f6775
--- /dev/null
+++ b/HACKING.md
@@ -0,0 +1,5 @@
+The golang.org/x/sys/unix library can't be updated past commit
+ab9e364efd8b52800ff7ee48a9ffba4e0ed78dfb (where I have it right now)
+until go commit 93da0b6e66f24c4c307e0df37ceb102a33306174 (currently on
+master) makes it in to a release. It narrowly missed the cut-off to
+be in go 1.9; I expect it to be in go 1.10 around February 2018.
diff --git a/config.mk b/config.mk
index 3429aab..459318c 100644
--- a/config.mk
+++ b/config.mk
@@ -3,7 +3,7 @@ topoutdir := $(patsubst %/,%,$(dir $(lastword $(MAKEFILE_LIST))))
topsrcdir := $(topoutdir)
PACKAGE = parabola-hackers
-VERSION = 20170908
+VERSION = 20171221
sysusersdir=$(prefix)/lib/sysusers.d
systemunitdir=$(prefix)/lib/systemd/system