XenServer builds barf on hyphens in versions.
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 153d9669558f2e32d4db60712c95386701fb9f47..6e7217a5e2ad4225120e55f6f2d412d789a950bc 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 7d7b4fe6f46dd85785f5cf5f0476637ce0728f57..21f34739cd1c00dceeeaeea3ece3d8631738637e 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 972226d58c4f85e1ee0afb4b7b2007b1b50ad0d0..89eb5176df2dcf809bfed7e60f9aa5799dbe760c 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)