aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libxen')
-rw-r--r--tools/libxen/Makefile4
-rw-r--r--tools/libxen/Makefile.dist4
2 files changed, 4 insertions, 4 deletions
diff --git a/tools/libxen/Makefile b/tools/libxen/Makefile
index 103b192467..00d729dc3e 100644
--- a/tools/libxen/Makefile
+++ b/tools/libxen/Makefile
@@ -18,8 +18,8 @@
XEN_ROOT=../..
include $(XEN_ROOT)/tools/Rules.mk
-MAJOR = 0.9
-MINOR = 1
+MAJOR = 1.0
+MINOR = 0
CFLAGS = -Iinclude \
$(shell xml2-config --cflags) \
diff --git a/tools/libxen/Makefile.dist b/tools/libxen/Makefile.dist
index d6a4cf3ca8..f811c5899f 100644
--- a/tools/libxen/Makefile.dist
+++ b/tools/libxen/Makefile.dist
@@ -16,8 +16,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-MAJOR = 0.9
-MINOR = 1
+MAJOR = 1.0
+MINOR = 0
CFLAGS = -Iinclude \
$(shell xml2-config --cflags) \