diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-08-18 01:27:00 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-08-18 01:30:25 +0800 |
commit | d182d836a404118466cffc33ec01d14696c2ef2e (patch) | |
tree | 42fce05be0c58485bbf1c950943b9522c324499b | |
parent | e9b00bdfc5c5b1a593b335531a530ca96dd4a2fa (diff) |
mark automake as new, and fix an example in general.ent
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | general.ent | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 6ff6b8d83..a8584a71f 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -39,9 +39,9 @@ <!--<listitem> <para>Autoconf-&autoconf-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Automake-&automake-version;</para> - </listitem>--> + </listitem> <listitem> <para>Bash &bash-version;</para> </listitem> diff --git a/general.ent b/general.ent index 2ee24db64..9431cf046 100644 --- a/general.ent +++ b/general.ent @@ -7,7 +7,7 @@ for releases (including -rc) --> <!-- <!ENTITY version "10.2-rc1"> -<!ENTITY versiond "10.2-rc1"> +<!ENTITY versiond "10.2-systemd-rc1"> <!ENTITY releasedate "August 26th, 2021"> <!ENTITY copyrightdate "1999-2021"> --> |