Changeset 8307474 for general.ent


Ignore:
Timestamp:
12/04/2021 03:28:15 PM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
lazarus
Children:
e6974d1
Parents:
b22e4ceb (diff), edd2feb7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into lazarus

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb22e4ceb r8307474  
    1 <!-- version info generated from git commit,
    2      comment out the following two lines for release. -->
     1<!-- Editing  up to the line of ==== should be enough
     2     to generate a book for development, release, or rc-->
     3<!ENTITY % development "INCLUDE"><!-- set to INCLUDE for development,
     4                                      set to IGNORE for release or rc -->
     5<!ENTITY % release     "IGNORE"> <!-- set to INCLUDE for release,
     6                                      set to IGNORE for development or rc -->
     7<!ENTITY % relyear    "2022">
     8<!ENTITY % relnum     "11.1">
     9<!ENTITY % reldate    "March 1st, 2022">
     10<!ENTITY % relpubdate "2022-03-01">
     11<!-- ================================================================== -->
     12<!-- Do not change anything below unless the www or book layouts change -->
     13
     14<!-- Automatically generated by git-version.sh. Used for release or dev -->
     15<!ENTITY % conditional-entities SYSTEM "conditional.ent">
     16%conditional-entities;
     17
     18<![ %development; [
     19<!-- version info automatically generated by git -->
    320<!ENTITY % version-entities SYSTEM "version.ent">
    421%version-entities;
     22<![ %sysv; [
     23<!ENTITY lfs-version  "development">
     24<!ENTITY blfs-version "svn">
     25]]>
     26<![ %systemd; [
     27<!ENTITY lfs-version  "systemd">
     28<!ENTITY blfs-version "systemd">
     29]]>
     30]]><!-- End %development -->
    531
    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        "11.0">
    14 <!ENTITY releasedate    "September 1st, &year;">
    15 <!ENTITY pubdate        "&year;-&month;-&day;">
    16 -->
     32<![ %release; [
     33<![ %sysv; [
     34<!ENTITY lfs-version  "%relnum;">
     35<!ENTITY blfs-version "%relnum;">
     36]]>
     37<![ %systemd; [
     38<!ENTITY lfs-version  "%relnum;-systemd">
     39<!ENTITY blfs-version "%relnum;-systemd">
     40]]>
    1741
    18 <!ENTITY copyholder   "The BLFS Development Team">
    19 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
    20 <!ENTITY lfs-version  "development">          <!-- x.y|development -->
    21 <!ENTITY lfs-versiond "systemd">              <!-- x.y-systemd|systemd -->
    22 <!ENTITY lfs-domainname       "linuxfromscratch.org">
     42<!ENTITY year           "%relyear;">
     43<!ENTITY version        "%relnum">
     44<!ENTITY releasedate    "%reldate;">
     45<!ENTITY pubdate        "%relpubdate;">
     46]]><!-- End %release -->
     47
     48<!ENTITY copyrightdate  "1999-&year;">
     49<!ENTITY copyholder     "The BLFS Development Team">
     50<!ENTITY lfs-domainname "linuxfromscratch.org">
    2351
    2452<!ENTITY maintainer-fullname  "The BLFS Team">
     
    4674
    4775<!ENTITY lfs-root             "../../../../lfs/view/&lfs-version;">
    48 <!ENTITY lfs-rootd            "../../../../lfs/view/&lfs-versiond;">
    4976<!ENTITY lfs-dev              "../../../../lfs/view/development">
    5077<!ENTITY gnu-http             "https://ftp.gnu.org/gnu">
     
    96123
    97124<!ENTITY blfs-bootscripts-version     "20210826">
    98 <!ENTITY systemd-units-version        "20210819">
     125<!ENTITY systemd-units-version        "20211123">
    99126
    100127<!ENTITY blfs-wiki                    "https://wiki.&lfs-domainname;/blfs/wiki">
Note: See TracChangeset for help on using the changeset viewer.