aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/libxc/Makefile2
-rw-r--r--tools/libxl/Makefile6
-rw-r--r--tools/xenstore/Makefile2
3 files changed, 5 insertions, 5 deletions
diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile
index 640e333d9c..b20012331a 100644
--- a/tools/libxc/Makefile
+++ b/tools/libxc/Makefile
@@ -1,7 +1,7 @@
XEN_ROOT = $(CURDIR)/../..
include $(XEN_ROOT)/tools/Rules.mk
-MAJOR = 4.2
+MAJOR = 4.3
MINOR = 0
CTRL_SRCS-y :=
diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile
index 298405181e..cf214bb8a3 100644
--- a/tools/libxl/Makefile
+++ b/tools/libxl/Makefile
@@ -5,11 +5,11 @@
XEN_ROOT = $(CURDIR)/../..
include $(XEN_ROOT)/tools/Rules.mk
-MAJOR = 2.0
+MAJOR = 4.3
MINOR = 0
-XLUMAJOR = 1.0
-XLUMINOR = 1
+XLUMAJOR = 4.3
+XLUMINOR = 0
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 1bb6e58111..262f401146 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 = 2
+MINOR = 3
CFLAGS += -Werror
CFLAGS += -I.