diff --git a/README.md b/README.md index b8047ac5..db5cc9be 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ l3build: a testing and building system for LaTeX3 ================================================= -Release 2018-03-10 +Release 2018-03-24 Overview -------- diff --git a/l3build.1 b/l3build.1 index 806f21cc..2fe7d469 100644 --- a/l3build.1 +++ b/l3build.1 @@ -1,4 +1,4 @@ -.TH l3build 1 "2018-03-10" +.TH l3build 1 "2018-03-24" .SH NAME l3build \- Checking and building packages .SH SYNOPSIS diff --git a/l3build.dtx b/l3build.dtx index 44368bb4..76a943f6 100644 --- a/l3build.dtx +++ b/l3build.dtx @@ -216,7 +216,7 @@ % }^^A % } % -% \date{Released 2018-03-10} +% \date{Released 2018-03-24} % % \maketitle % \tableofcontents diff --git a/l3build.lua b/l3build.lua index c1151bbc..6e493c05 100755 --- a/l3build.lua +++ b/l3build.lua @@ -25,7 +25,7 @@ for those people who are interested. --]] -- Version information -release_date = "2018-03-10" +release_date = "2018-03-24" -- File operations are aided by the LuaFileSystem module local lfs = require("lfs")