summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2010-09-01 02:26:06 -0700
committerJustin Pettit <jpettit@nicira.com>2010-09-01 02:26:06 -0700
commitfdf2037829befd7e7fc337a477950fdc7f1cb09b (patch)
tree9b98ebcc36ab2db28a8999607af72ac7ac5f54b6
parent476d56f51d4935ff437537db151a49c7db8cd897 (diff)
downloadopenvswitch-1.1.0pre1.tar.gz
XenServer builds barf on hyphens in versions.v1.1.0pre1
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog2
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)