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

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Mar 26 14:12:22 CEST 2018


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

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

commit dc1d7fba8e227e9bc3748ba093357e64df20f333
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Mar 26 13:12:22 2018 +0100

    Step release tag


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

dc1d7fba8e227e9bc3748ba093357e64df20f333
 README.md   |    2 +-
 l3build.1   |    2 +-
 l3build.dtx |    2 +-
 l3build.lua |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index db5cc9b..f742f0e 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 l3build: a testing and building system for LaTeX3
 =================================================
 
-Release 2018-03-24
+Release 2018-03-26
 
 Overview
 --------
diff --git a/l3build.1 b/l3build.1
index 2fe7d46..b5ffee6 100644
--- a/l3build.1
+++ b/l3build.1
@@ -1,4 +1,4 @@
-.TH l3build 1 "2018-03-24"
+.TH l3build 1 "2018-03-26"
 .SH NAME
 l3build \- Checking and building packages
 .SH SYNOPSIS
diff --git a/l3build.dtx b/l3build.dtx
index 76a943f..d972064 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -216,7 +216,7 @@
 %    }^^A
 % }
 %
-% \date{Released 2018-03-24}
+% \date{Released 2018-03-26}
 %
 % \maketitle
 % \tableofcontents
diff --git a/l3build.lua b/l3build.lua
index 6e493c0..f4b0981 100755
--- a/l3build.lua
+++ b/l3build.lua
@@ -25,7 +25,7 @@ for those people who are interested.
 --]]
 
 -- Version information
-release_date = "2018-03-24"
+release_date = "2018-03-26"
 
 -- File operations are aided by the LuaFileSystem module
 local lfs = require("lfs")





More information about the latex3-commits mailing list