From 42e726f8d004ec2220a291f5a54f000a0c471762 Mon Sep 17 00:00:00 2001 From: Siteshwar Vashisht Date: Thu, 10 Oct 2019 08:49:57 +0200 Subject: [PATCH] Release ksh-2020.0.0 Update fallback version to `2020.0.0` --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index a729cad1a57b..04bcab8aa770 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-beta1') +option('fallback-version-number', type : 'string', value : '2020.0.0') # To build with support for ASAN (AddressSanitizer: # meson -DASAN=true