9 if [ -z "$pkgversion" ]; then
12 pkgversion=$(git describe --match 'v*' --dirty) || :
16 if [ -n "$pkgversion" ]; then
17 fullversion="$version ($pkgversion)"
19 fullversion="$version"
23 #define QEMU_PKGVERSION "$pkgversion"
24 #define QEMU_FULL_VERSION "$fullversion"