Changeset 0627fc2


Ignore:
Timestamp:
09/11/2023 09:26:10 AM (8 months ago)
Author:
Thomas Trepl <thomas@…>
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:
c5fe6ee
Parents:
cb6fcea
Message:

Fix hardcoded copyright year

File:
1 edited

Legend:

Unmodified
Added
Removed
  • git-version.sh

    rcb6fcea r0627fc2  
    2525    echo "]]>"                                             >> version.ent
    2626    echo "<!ENTITY releasedate       \"unknown\">"         >> version.ent
    27     echo "<!ENTITY copyrightdate     \"1999-2022\">"      >> version.ent
     27    echo "<!ENTITY copyrightdate     \"1999-$(date +%Y)\">" >> version.ent
    2828    exit 0
    2929fi
Note: See TracChangeset for help on using the changeset viewer.