Skip to content

Commit 32d8131

Browse files
committedAug 30, 2019
Release ksh-2020.0.0-beta1
Update fallback version to `2020.0.0-beta1`

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
@@ -35,7 +35,7 @@ option('build-api-tests-only', type : 'boolean', value : false)
3535

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

4040
# To build with support for ASAN (AddressSanitizer:
4141
# meson -DASAN=true

0 commit comments

Comments
 (0)
Please sign in to comment.