From fdf2037829befd7e7fc337a477950fdc7f1cb09b Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Wed, 1 Sep 2010 02:26:06 -0700 Subject: [PATCH] XenServer builds barf on hyphens in versions. --- ChangeLog | 4 ++-- configure.ac | 2 +- debian/changelog | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 153d96695..6e7217a5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ -v1.1.0-pre1 - 31 Aug 2010 -------------------------- +v1.1.0pre1 - 31 Aug 2010 +------------------------ - OpenFlow 1.0 slicing (QoS) functionality - Python bindings for configuration database (no write support) - Performance and scalability improvements diff --git a/configure.ac b/configure.ac index 7d7b4fe6f..21f34739c 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.64) -AC_INIT(openvswitch, 1.1.0-pre1, ovs-bugs@openvswitch.org) +AC_INIT(openvswitch, 1.1.0pre1, ovs-bugs@openvswitch.org) NX_BUILDNR AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian/changelog b/debian/changelog index 972226d58..89eb5176d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -openvswitch (1.1.0-pre1) unstable; urgency=low +openvswitch (1.1.0pre1) unstable; urgency=low * OpenFlow 1.0 slicing (QoS) functionality * Python bindings for configuration database (no write support) -- 2.43.0