]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/meson.build
eal: hide shared memory config
[dpdk.git] / lib / librte_eal / meson.build
index ccd5b85b82783abc4d0b970aa664d479f90b4f6f..2751023a91b781a6bb9fe16f8f2918981a78da06 100644 (file)
@@ -12,7 +12,7 @@ subdir('common') # defines common_sources, common_objs, etc.
 dpdk_conf.set('RTE_EXEC_ENV_' + exec_env.to_upper(), 1)
 subdir(exec_env + '/eal')
 
-version = 10  # the version of the EAL API
+version = 11  # the version of the EAL API
 allow_experimental_apis = true
 deps += 'kvargs'
 if dpdk_conf.has('RTE_USE_LIBBSD')