X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=configure.ac;h=d6596f9141a5e53a6b9fa70f4b9c9539b993d36c;hb=57e8d2bdc174cb24e2ae474ea805c7b7308d68a5;hp=798863393ca4b1c7fd85c61c4cdba82f3092a10a;hpb=7aaeab4df24b7e9460705b1dad1010eef0354c50;p=sliver-openvswitch.git diff --git a/configure.ac b/configure.ac index 798863393..d6596f914 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.64) -AC_INIT(openvswitch, 1.12.90, ovs-bugs@openvswitch.org) +AC_INIT(openvswitch, 2.0.90, ovs-bugs@openvswitch.org) AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) @@ -80,7 +80,6 @@ OVS_CHECK_LINKER_SECTIONS OVS_CHECK_XENSERVER_VERSION OVS_CHECK_GROFF OVS_CHECK_GNU_MAKE -OVS_CHECK_CACHE_TIME OVS_CHECK_TLS OVS_CHECK_GCC4_ATOMICS OVS_CHECK_ATOMIC_ALWAYS_LOCK_FREE(1)