From 17284a483ce759745939455ead42a8d7874649de Mon Sep 17 00:00:00 2001 From: Edileuton Henrique de Oliveira <eho09@c3sl.ufpr.br> Date: Wed, 31 Jul 2013 10:35:15 -0300 Subject: [PATCH] build: Update agent version to 1.4.1 Signed-off-by: Edileuton Henrique de Oliveira <eho09@c3sl.ufpr.br> --- build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile b/build/Makefile index f7fbf80..bbc85aa 100644 --- a/build/Makefile +++ b/build/Makefile @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, # USA. -VERSION = 1.4.0 +VERSION = 1.4.1 BASE = .. BUILD = build -- GitLab