Skip to content

Commit

Permalink
Update fallback version number to 2020.0.0-alpha1
Browse files Browse the repository at this point in the history
When git tags are not available, fallback to `2020.0.0-alpha1` version.
  • Loading branch information
siteshwar committed Apr 16, 2019
1 parent 2a5fc60 commit 96d1960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96d1960

Please sign in to comment.