From 8ac314ee7e9f0d7645ab4147027a47491f3fd9fb Mon Sep 17 00:00:00 2001 From: Nick Vyzas Date: Thu, 21 Mar 2019 15:14:49 +0200 Subject: [PATCH] Updating to v2.0.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e3500a47c..9b84995b0 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ DEBUG=${ALL_DEBUG} #export OPTZ #export EXTRALINK export MAKE -export CURVER?=2.0.3 +export CURVER?=2.0.4 export MAKEOPT=-j 4 DISTRO := $(shell gawk -F= '/^NAME/{print $$2}' /etc/os-release) ifeq ($(wildcard /usr/lib/systemd/system), /usr/lib/systemd/system)