aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-05-22 23:23:01 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-05-22 23:39:52 +0200
commit4bd90d32c9e965cfe8ae1a60627694f0d4dd36a4 (patch)
treef67a7e22804f4db917f81b2cca9799957add3652 /Makefile
parent605894a334f4edc8ccbf31f9a407e340837b1356 (diff)
Tag release for v2.0.0v2.0.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 94bf25a..3715d79 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ ETCDIR=/etc
# Variables for building (binary) packages
PREFIX=
-PKG_VERSION=0.0.0
+PKG_VERSION=2.0.0
PKG_WORKDIR:=$(or $(PKG_WORKDIR),$(shell mktemp -d))
PKG_ROOT:=$(PKG_WORKDIR)/bashtard-$(PKG_VERSION)