From: Justin Pettit Date: Wed, 1 Sep 2010 09:26:06 +0000 (-0700) Subject: XenServer builds barf on hyphens in versions. X-Git-Tag: v1.1.0pre1 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=fdf2037829befd7e7fc337a477950fdc7f1cb09b XenServer builds barf on hyphens in versions. --- 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)