X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=492c7bcfe076e5bdb535efe9924b6163c7976563;hb=264ecd63860eaf705669edac1bdc7292d8da0843;hp=046b386985db51e6be8c8a9c9f89937c4c286c14;hpb=22bcc0e70becd88bf895c44885d63704affe4284;p=openvswitch diff --git a/configure.ac b/configure.ac index 046b3869..492c7bcf 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, ovs-bugs@openvswitch.org) +AC_INIT(openvswitch, 1.2.90, ovs-bugs@openvswitch.org) NX_BUILDNR AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) @@ -103,5 +103,6 @@ dnl This makes sure that include/openflow gets created in the build directory. AC_CONFIG_COMMANDS([include/openflow/openflow.h.stamp]) AC_CONFIG_COMMANDS([ovsdb/ovsdbmonitor/dummy], [:]) +AC_CONFIG_COMMANDS([utilities/bugtool/dummy], [:]) AC_OUTPUT