summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2024-01-07 20:26:24 +0100
committerRoland Reichwein <mail@reichwein.it>2024-01-07 20:26:24 +0100
commit7e3a2dd2b641b2d8023b64bafdc8b824de3b0b0b (patch)
tree87fe27f93a74d610298883a4e3f676463af85e42 /Makefile
parentedf7f06cdaf916ff9fca0864e14b6fbb476b641b (diff)
Version 1.5v1.5
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f478b89..1c29509 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
include common.mk
VERSION=$(shell dpkg-parsechangelog --show-field Version)
-DISTROS=base debian11 ubuntu2204 ubuntu2210
+DISTROS=base debian11 debian12 ubuntu2204 ubuntu2210
PROJECTNAME=libreichwein
TGZNAME=$(shell ls -t ../$(PROJECTNAME)-$(VERSION).tar.xz | head -n1 | sed -e 's,^../,,')