diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-02-01 23:36:05 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-02-01 23:36:05 +0000 |
commit | a2717960c1f27b9946eaf3edd38ba6d0e1bdf1a1 (patch) | |
tree | 859d2dda70a47253697fb8393eba40796c7e32c1 /general.ent | |
parent | 816b85ca12f821f31ffde3351d642aceb123c0dd (diff) |
Update to bison-3.3.1.
Update to glibc-2.29.
Update to libpipeline-1.5.1.
Update to linux-4.20.6.
Update to meson-0.49.1.
Update to mpfr-4.0.2.
Update to ninja-1.9.0.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11506 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/general.ent b/general.ent index 16be51e9f..fa787b6f1 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20190127"> +<!ENTITY version "SVN-20190201"> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; Change to x.y for release but not -rc releases --> <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> -<!ENTITY versiond "20190127-systemd"> +<!ENTITY versiond "20190201-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "January 27, 2019"> +<!ENTITY releasedate "February 1, 2019"> <!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.4"> |