Changeset 49661ec


Ignore:
Timestamp:
10/16/2021 08:17:34 PM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
Children:
50836740
Parents:
8025137
git-author:
Xi Ruoyao <xry111@…> (10/16/2021 07:26:41 PM)
git-committer:
Xi Ruoyao <xry111@…> (10/16/2021 08:17:34 PM)
Message:

git-version: correct the workaround without git

File:
1 edited

Legend:

Unmodified
Added
Removed
  • git-version.sh

    r8025137 r49661ec  
    44        # Either it's not a git repository, or git is unavaliable.
    55        # Just workaround.
    6         echo "<!ENTITY version           \"unknown\">"         >  version.ent
    7         echo "<!ENTITY versiond          \"unknown-systemd\">" >> version.ent
     6        echo "<!ENTITY day               \"??\">"              >  version.ent
     7        echo "<!ENTITY month             \"??\">"              >> version.ent
     8        echo "<!ENTITY year              \"????\">"            >> version.ent
     9        echo "<!ENTITY copyrightdate     \"1999-2021\">"       >> version.ent
     10        echo "<!ENTITY version           \"unknown\">"         >> version.ent
    811        echo "<!ENTITY releasedate       \"unknown\">"         >> version.ent
    9         echo "<!ENTITY copyrightdate     \"1999-2021\">"       >> version.ent
     12        echo "<!ENTITY pubdate           \"unknown\">"         >> version.ent
    1013        exit 0
    1114fi
Note: See TracChangeset for help on using the changeset viewer.