[Bugfix] Fix the version string for timestamped builds

This commit is contained in:
Gergely Polonkai 2018-05-12 08:29:57 +02:00
parent f6429fa1cd
commit 9b3a15a527
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ if matrix_glib_released == '1'
matrix_glib_maybe_datestamp = ''
else
datestamp = run_command('date', '+.%Y%m%d')
matrix_glib_maybe_datestamp = '.' + datestamp.stdout().strip()
matrix_glib_maybe_datestamp = datestamp.stdout().strip()
endif
matrix_glib_version = matrix_glib_full_version + matrix_glib_maybe_datestamp