Changeset ef6cb75


Ignore:
Timestamp:
01/19/2024 08:07:13 AM (3 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
e7ef550
Parents:
9c696618
Message:

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • git-version.sh

    r9c696618 ref6cb75  
    4949
    5050if [ "$(git diff HEAD | wc -l)" != "0" ]; then
    51     version="$version+"
     51    version="$version-wip"
    5252fi
    5353
Note: See TracChangeset for help on using the changeset viewer.