aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen
diff options
context:
space:
mode:
authorewan@localhost.localdomain <ewan@localhost.localdomain>2007-04-27 18:53:23 -0700
committerewan@localhost.localdomain <ewan@localhost.localdomain>2007-04-27 18:53:23 -0700
commit05c35c5e14e3bc69ad9edc412669648a76d6586c (patch)
treef380a74ad8a714fa40b1722ffde1309e457b8c81 /tools/libxen
parentadfd9f4561560c64cb71b7b59129ca22c1b98707 (diff)
downloadxen-05c35c5e14e3bc69ad9edc412669648a76d6586c.tar.gz
xen-05c35c5e14e3bc69ad9edc412669648a76d6586c.tar.bz2
xen-05c35c5e14e3bc69ad9edc412669648a76d6586c.zip
Bump all API version numbers to 1.0.0.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
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) \