X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fmeson.build;h=d48c5e11d0bb12aa8654452ad4396650e9c4d049;hb=db9f4430c26de505b3f9987ea4604d1ab5e5b64f;hp=c592c6747f2ea27288cfb47fca8e323ddf4df774;hpb=90fefe78bfe0da46c92cc925be2f5c1dffc49711;p=dpdk.git diff --git a/lib/librte_eal/meson.build b/lib/librte_eal/meson.build index c592c6747f..d48c5e11d0 100644 --- a/lib/librte_eal/meson.build +++ b/lib/librte_eal/meson.build @@ -21,7 +21,7 @@ else error('unsupported system type "@0@"'.format(host_machine.system())) endif -version = 9 # the version of the EAL API +version = 10 # the version of the EAL API allow_experimental_apis = true deps += 'kvargs' if dpdk_conf.has('RTE_USE_LIBBSD')