[latex3-commits] [git/LaTeX3-latex3-l3build] master: Step release tag (73c25cd)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Aug 2 23:41:18 CEST 2018


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/73c25cdb7e8dc7e2016d483b0614604001d666f9

>---------------------------------------------------------------

commit 73c25cdb7e8dc7e2016d483b0614604001d666f9
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Aug 2 22:41:18 2018 +0100

    Step release tag


>---------------------------------------------------------------

73c25cdb7e8dc7e2016d483b0614604001d666f9
 CHANGELOG.md |    5 ++++-
 README.md    |    4 ++--
 l3build.1    |    2 +-
 l3build.dtx  |    2 +-
 l3build.lua  |    4 ++--
 5 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 839c24f..b9a4347 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ this project uses date-based 'snapshot' version identifiers.
 
 ## [Unreleased]
 
+## [2018-08-02]
+
 ### Added
 - `CHANGELOG.md`
 - `--dirty` option
@@ -125,7 +127,8 @@ this project uses date-based 'snapshot' version identifiers.
 - Rationalise short option names: removed `-d`, `-E`, `-r`
 - Target `cmdcheck`: specific to LaTeX3 kernel work
 
-[Unreleased]: https://github.com/latex3/l3build/compare/2018-05-10...HEAD
+[Unreleased]: https://github.com/latex3/l3build/compare/2018-08-02...HEAD
+[2018-08-02]: https://github.com/latex3/l3build/compare/2018-05-06...2018-08-02
 [2018-05-10]: https://github.com/latex3/l3build/compare/2018-05-06...2018-05-10
 [2018-05-06]: https://github.com/latex3/l3build/compare/2018-03-26...2018-05-06
 [2018-03-26]: https://github.com/latex3/l3build/compare/2018-03-24...2018-03-26
diff --git a/README.md b/README.md
index 756ce85..43ac56b 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 l3build: a testing and building system for LaTeX3
 =================================================
 
-Release 2018-05-10
+Release 2018-08-02
 
 Overview
 --------
@@ -55,6 +55,6 @@ by e-mail: <latex-team at latex-project.org>.
 
 -----
 
-<p>Copyright (C) 2014-2017 The LaTeX3 Project <br />
+<p>Copyright (C) 2014-2018 The LaTeX3 Project <br />
 <a href="http://latex-project.org/">http://latex-project.org/</a> <br />
 All rights reserved.</p>
diff --git a/l3build.1 b/l3build.1
index e3cc9f1..fb85523 100644
--- a/l3build.1
+++ b/l3build.1
@@ -1,4 +1,4 @@
-.TH l3build 1 "2018-05-10"
+.TH l3build 1 "2018-08-02"
 .SH NAME
 l3build \- Checking and building packages
 .SH SYNOPSIS
diff --git a/l3build.dtx b/l3build.dtx
index 7ace0fa..f15e1b9 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -221,7 +221,7 @@
 %    }^^A
 % }
 %
-% \date{Released 2018-05-10}
+% \date{Released 2018-08-02}
 %
 % \maketitle
 % \tableofcontents
diff --git a/l3build.lua b/l3build.lua
index c5091ff..5cefd6d 100755
--- a/l3build.lua
+++ b/l3build.lua
@@ -2,7 +2,7 @@
 
 --[[
 
-File l3build.lua Copyright (C) 2014-2017 The LaTeX3 Project
+File l3build.lua Copyright (C) 2014-2018 The LaTeX3 Project
 
 It may be distributed and/or modified under the conditions of the
 LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -25,7 +25,7 @@ for those people who are interested.
 --]]
 
 -- Version information
-release_date = "2018-05-10"
+release_date = "2018-08-02"
 
 -- File operations are aided by the LuaFileSystem module
 local lfs = require("lfs")





More information about the latex3-commits mailing list