Add hour to prerelease number

This commit is contained in:
Sébastien Fourey 2023-08-17 14:48:34 +02:00
parent 56908beed2
commit 9253ed6267
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
# workaround for MSYS2 call of date by qmake.
date "+%y%m%d"
date "+%y%m%d%H"