Changeset 17c9da8 for general.ent


Ignore:
Timestamp:
04/15/2021 09:31:50 AM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
84de88e
Parents:
1adab68
Message:

generate version info from git

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r1adab68 r17c9da8  
    1 <!-- $LastChangedBy$ $Date$ -->
     1<!-- version info generated from git commit,
     2     comment out the following two lines for release. -->
     3<!ENTITY % version-entities SYSTEM "version.ent">
     4%version-entities;
    25
    3 <!ENTITY day          "15">                   <!-- Always 2 digits -->
    4 <!ENTITY month        "04">                   <!-- Always 2 digits -->
    5 <!ENTITY year         "2021">
    6 <!ENTITY copyrightdate "2001-&year;">
     6<!-- uncomment the following entities and modify them for release,
     7     month and year should be always 2 digits. -->
     8<!--
     9<!ENTITY day            "01">
     10<!ENTITY month          "09">
     11<!ENTITY year           "2021">
     12<!ENTITY copyrightdate  "2001-2021">
     13<!ENTITY version        "10.2">
     14<!ENTITY releasedate    "September 1st, &year;">
     15<!ENTITY pubdate        "&year;-&month;-&day;">
     16<!ENTITY short-version "&version;">
     17-->
     18
    719<!ENTITY copyholder   "The BLFS Development Team">
    8 <!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "April 15th, &year;">
    10 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1120<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
    1221<!ENTITY lfs-version  "development">          <!-- x.y|development -->
    1322<!ENTITY lfs-versiond "systemd">              <!-- x.y-systemd|systemd -->
    14 <!ENTITY last-commit  "$Date$"> <!-- Automatic update -->
    1523<!ENTITY lfs-domainname       "linuxfromscratch.org">
    1624
Note: See TracChangeset for help on using the changeset viewer.