Changeset fd02389a


Ignore:
Timestamp:
01/19/2024 04:23:30 AM (3 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
d11a0816
Parents:
8f7d945a
Message:

git-version: Use "-wip" as the version suffix instead of "+" for changes not committed yet

It's not allowed to use "+" in id attributes etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • git-version.sh

    r8f7d945a rfd02389a  
    5858
    5959if [ "$(git diff HEAD | wc -l)" != "0" ]; then
    60     version="$version+"
    61     versiond="$versiond+"
     60    version="$version-wip"
     61    versiond="$versiond-wip"
    6262fi
    6363
Note: See TracChangeset for help on using the changeset viewer.