From 96d1960c18f9ea93fde5f999bc5450d636d45163 Mon Sep 17 00:00:00 2001 From: Siteshwar Vashisht Date: Tue, 16 Apr 2019 19:40:21 +0200 Subject: [PATCH] Update fallback version number to `2020.0.0-alpha1` When git tags are not available, fallback to `2020.0.0-alpha1` version. --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 3994338b6ab5..66b2341d75b2 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -32,7 +32,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 : '0.0.0') +option('fallback-version-number', type : 'string', value : '2020.0.0-alpha1') # To build with support for ASAN (AddressSanitizer: # meson -DASAN=true