diff --git a/meson_options.txt b/meson_options.txt index 855a1179fbef..a729cad1a57b 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -35,7 +35,7 @@ option('build-api-tests-only', type : 'boolean', value : false) # This number is used when git is not available # meson -Dfallback-version-number='x.y.z' -option('fallback-version-number', type : 'string', value : '2020.0.0-alpha1') +option('fallback-version-number', type : 'string', value : '2020.0.0-beta1') # To build with support for ASAN (AddressSanitizer: # meson -DASAN=true