From: Justin Pettit Date: Thu, 18 Sep 2008 21:38:17 +0000 (-0700) Subject: Use "~" in designating beta versions to make version comparisons work. Also delete... X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=801b972cf292feaa991a826d80737104778df89b;p=openvswitch Use "~" in designating beta versions to make version comparisons work. Also delete "ext" submodule. --- diff --git a/configure.ac b/configure.ac index cb10a970..69e00470 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ # derivatives without specific, written prior permission. AC_PREREQ(2.59) -AC_INIT(openflow, 0.9.0-b1, info@openflowswitch.org) +AC_INIT(openflow, 0.9.0~b1, info@openflowswitch.org) AC_CONFIG_SRCDIR([README.hwtables]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/ext b/ext deleted file mode 160000 index b94fe70e..00000000 --- a/ext +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b94fe70ec8917961aa63515583d2c7b080aebe4b