XenServer builds barf on hyphens in versions. v1.1.0pre1
authorJustin Pettit <jpettit@nicira.com>
Wed, 1 Sep 2010 09:26:06 +0000 (02:26 -0700)
committerJustin Pettit <jpettit@nicira.com>
Wed, 1 Sep 2010 09:26:06 +0000 (02:26 -0700)
ChangeLog
configure.ac
debian/changelog

index 153d966..6e7217a 100644 (file)
--- 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
index 7d7b4fe..21f3473 100644 (file)
@@ -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])
index 972226d..89eb517 100644 (file)
@@ -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)