From 30b94862648cdbf4f537337d2e2f01c369a9dee9 Mon Sep 17 00:00:00 2001 From: Lennart Weller Date: Thu, 21 Apr 2016 14:27:29 +0200 Subject: Imported Upstream version 1.1.0 --- configure.ac | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5aa31be38..2f82979a8 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.60) define([VERSION_MAJOR], [1]) -define([VERSION_MINOR], [0]) +define([VERSION_MINOR], [1]) define([VERSION_FIX], [0]) define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) define([VERSION_SUFFIX], []) @@ -157,12 +157,14 @@ AC_SUBST([OPTIONAL_ZLIB_LIBS]) AC_CONFIG_FILES([ Makefile charts.d/Makefile - node.d/Makefile conf.d/Makefile netdata.spec + node.d/Makefile plugins.d/Makefile src/Makefile + system/Makefile web/Makefile + contrib/Makefile ]) AC_OUTPUT -- cgit v1.2.3