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