X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=meson.build;fp=meson.build;h=0dd0e2d712f3a18288625c566d952456bb8fe1f9;hb=c04172b5f0311ce7af586b6004b1f27993a5cc48;hp=e945a27c373fb00de480df4bdf0530e7085910fe;hpb=0bcc66441d1ed8c2759ac05cfcfc3144de288b85;p=dpdk.git diff --git a/meson.build b/meson.build index e945a27c37..0dd0e2d712 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,9 @@ # Copyright(c) 2017 Intel Corporation project('DPDK', 'C', - version: '19.05.0-rc0', + # Get version number from file. + # Use "more" rather than "cat" for windows compatibility. + version: run_command('more', files('VERSION')).stdout().strip(), license: 'BSD', default_options: ['buildtype=release', 'default_library=static'], meson_version: '>= 0.47.1'