From 5b1088713898e90bd7ee4e462280121e27badba4 Mon Sep 17 00:00:00 2001 From: Matthias Fulz Date: Thu, 1 Jul 2021 11:30:10 +0200 Subject: [PATCH] Fixed wrong version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a50f56e..9e232ab 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ LIBDIR ?= $(PREFIX)/lib CNFDIR ?= /etc ARCHBUILDER_LIB_DIR ?= $(LIBDIR)/$(PROGNM) ARCHBUILDER_CONF_DIR ?= $(CNFDIR)/$(PROGNM) -ARCHBUILDER_VERSION ?= 0.9.2 +ARCHBUILDER_VERSION ?= 0.9.3 .PHONY: install build archbuilder