aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-04-02 09:25:01 +0200
committerPatrick Spek <p.spek@tyil.nl>2024-04-02 09:25:01 +0200
commit7c970a5c40b1b273242700b7298bd128869b5756 (patch)
treea1feed3e9608bf9035f021af2f52e85f7c23b49f /Makefile
parentf3008bb0a8a8d8e8764dde54a05451331c4df85f (diff)
Release v2.0.2v2.0.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ee0fb9b..2343786 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ ETCDIR=/etc
# Variables for building (binary) packages
PREFIX=
-PKG_VERSION=2.0.1
+PKG_VERSION=2.0.2
PKG_WORKDIR:=$(or $(PKG_WORKDIR),$(shell mktemp -d))
PKG_ROOT:=$(PKG_WORKDIR)/bashtard-$(PKG_VERSION)
SOURCE_DATE_EPOCH:=$(shell git show -s --format=%ct)