[latex3-commits] [l3svn] 02/02: l3build: Step version (CTAN snapshot)

noreply at latex-project.org noreply at latex-project.org
Wed Jun 22 14:53:56 CEST 2016


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit 88b40c2efaef0d1677455da685e55d3d877f076d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Jun 22 13:53:37 2016 +0100

    l3build: Step version (CTAN snapshot)
---
 l3build/README.md   |    2 +-
 l3build/l3build.dtx |    4 ++--
 l3build/l3build.lua |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/l3build/README.md b/l3build/README.md
index 6fbbf12..76db41b 100644
--- a/l3build/README.md
+++ b/l3build/README.md
@@ -1,7 +1,7 @@
 l3build: a testing and building system for LaTeX3
 =================================================
 
-Release 2016/06/14 (r6608)
+Release 2016/06/22 (r6641)
 
 Overview
 --------
diff --git a/l3build/l3build.dtx b/l3build/l3build.dtx
index 4a705f1..37e5d5e 100644
--- a/l3build/l3build.dtx
+++ b/l3build/l3build.dtx
@@ -39,8 +39,8 @@
 \RequirePackage{expl3}
 \def\ExplFileName{l3build}
 \def\ExplFileDescription{L3 Regression test suite}
-\def\ExplFileDate{2016/06/14}
-\def\ExplFileVersion{6608}
+\def\ExplFileDate{2016/06/22}
+\def\ExplFileVersion{6641}
 \documentclass[full]{l3doc}
 \renewcommand\partname{Part}
 \usepackage{multicol,needspace}
diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index bd2a0dd..f6a58a0 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -17,8 +17,8 @@
 --]]
 
 -- Version information: should be identical to that in l3build.dtx
-release_date = "2016/06/14"
-release_ver  = "6608"
+release_date = "2016/06/22"
+release_ver  = "6641"
 
 -- "module" is a deprecated function in Lua 5.2: as we want the name
 -- for other purposes, and it should eventually be 'free', simply

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list