[Bugfix] Fix the version string for timestamped builds
This commit is contained in:
parent
f6429fa1cd
commit
9b3a15a527
@ -25,7 +25,7 @@ if matrix_glib_released == '1'
|
|||||||
matrix_glib_maybe_datestamp = ''
|
matrix_glib_maybe_datestamp = ''
|
||||||
else
|
else
|
||||||
datestamp = run_command('date', '+.%Y%m%d')
|
datestamp = run_command('date', '+.%Y%m%d')
|
||||||
matrix_glib_maybe_datestamp = '.' + datestamp.stdout().strip()
|
matrix_glib_maybe_datestamp = datestamp.stdout().strip()
|
||||||
endif
|
endif
|
||||||
|
|
||||||
matrix_glib_version = matrix_glib_full_version + matrix_glib_maybe_datestamp
|
matrix_glib_version = matrix_glib_full_version + matrix_glib_maybe_datestamp
|
||||||
|
Loading…
Reference in New Issue
Block a user