summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-05-09 14:52:03 -0500
committerLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-05-09 16:24:36 -0500
commit5d8084daa7812931b53d65312b2cebf9a8453e49 (patch)
treea454f5369f973bbec2ed06b500082de3f8de1756 /config.mk
parentMerge pull request #230 from BenJarg/null-wlr_seat_get_keyboard (diff)
downloaddwl-5d8084daa7812931b53d65312b2cebf9a8453e49.tar.gz
dwl-5d8084daa7812931b53d65312b2cebf9a8453e49.tar.bz2
dwl-5d8084daa7812931b53d65312b2cebf9a8453e49.tar.xz
dwl-5d8084daa7812931b53d65312b2cebf9a8453e49.tar.zst
dwl-5d8084daa7812931b53d65312b2cebf9a8453e49.zip
add flag to print version and exit
Diffstat (limited to '')
-rw-r--r--config.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 960fc8a..37b4114 100644
--- a/config.mk
+++ b/config.mk
@@ -1,3 +1,6 @@
+_VERSION = 0.3.1
+VERSION = $(shell ./generate-version.sh $(_VERSION))
+
# paths
PREFIX = /usr/local
MANDIR = $(PREFIX)/share/man