From 8f4a6253ee830be41446bf2c02bc040a55508db6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Tue, 30 Aug 2016 23:05:46 +0000 Subject: [PATCH] Changed version in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4b098c600..39aa3923a 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ DEBUG=${ALL_DEBUG} #export DEBUG #export OPTZ #export EXTRALINK -CURVER=1.2.1 +CURVER=1.2.2 .PHONY: default default: build_deps build_lib build_src