aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/libxl/Makefile2
-rw-r--r--tools/xenstore/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile
index af9939ffaa..298405181e 100644
--- a/tools/libxl/Makefile
+++ b/tools/libxl/Makefile
@@ -9,7 +9,7 @@ MAJOR = 2.0
MINOR = 0
XLUMAJOR = 1.0
-XLUMINOR = 0
+XLUMINOR = 1
CFLAGS += -Werror -Wno-format-zero-length -Wmissing-declarations \
-Wno-declaration-after-statement -Wformat-nonliteral
diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile
index 4ded89225b..9172d3ae60 100644
--- a/tools/xenstore/Makefile
+++ b/tools/xenstore/Makefile
@@ -2,7 +2,7 @@ XEN_ROOT=$(CURDIR)/../..
include $(XEN_ROOT)/tools/Rules.mk
MAJOR = 3.0
-MINOR = 1
+MINOR = 2
CFLAGS += -Werror
CFLAGS += -I.