Skip to content

Commit 96d1960

Browse files
committed
Update fallback version number to 2020.0.0-alpha1
When git tags are not available, fallback to `2020.0.0-alpha1` version.
1 parent 2a5fc60 commit 96d1960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson_options.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ option('build-api-tests-only', type : 'boolean', value : false)
3232

3333
# This number is used when git is not available
3434
# meson -Dfallback-version-number='x.y.z'
35-
option('fallback-version-number', type : 'string', value : '0.0.0')
35+
option('fallback-version-number', type : 'string', value : '2020.0.0-alpha1')
3636

3737
# To build with support for ASAN (AddressSanitizer:
3838
# meson -DASAN=true

0 commit comments

Comments
 (0)