From 533442f4a9bcb0a9a713cb0d06e2780055d62020 Mon Sep 17 00:00:00 2001 From: Nick Vyzas Date: Mon, 18 Feb 2019 18:06:41 +0200 Subject: [PATCH] Updating to version 2.0.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 27bf1da2b8..86be64bddc 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ DEBUG=${ALL_DEBUG} #export OPTZ #export EXTRALINK export MAKE -export CURVER?=2.0.1 +export CURVER?=2.0.2 export MAKEOPT=-j 4 DISTRO := $(shell gawk -F= '/^NAME/{print $$2}' /etc/os-release) ifeq ($(wildcard /usr/lib/systemd/system), /usr/lib/systemd/system)