[latex3-commits] [l3svn] branch master updated: l3build: Step version (CTAN release)

noreply at latex-project.org noreply at latex-project.org
Mon Sep 14 09:29:07 CEST 2015


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

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  5cc1d70   l3build: Step version (CTAN release)
5cc1d70 is described below

commit 5cc1d70b9a3d992ebfa2552617ce8ba9eeb6db0d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Sep 14 08:28:45 2015 +0100

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

diff --git a/l3build/README.md b/l3build/README.md
index 339af3c..d39bf48 100644
--- a/l3build/README.md
+++ b/l3build/README.md
@@ -1,6 +1,11 @@
 l3build: a testing and building system for LaTeX3
 =================================================
 
+Release 2015/09/14 (r6007)
+
+Overview
+--------
+
 The `l3build` module is designed to support the development of
 high-quality LaTeX code by providing:
  - A unit testing system
diff --git a/l3build/l3build.dtx b/l3build/l3build.dtx
index c42fa1d..f94bcde 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{2015/09/05}
-\def\ExplFileVersion{5925}
+\def\ExplFileDate{2015/09/14}
+\def\ExplFileVersion{6007}
 \documentclass[full]{l3doc}
 \renewcommand\partname{Part}
 \usepackage{multicol,needspace}
diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index aaf99c0..e8fffc1 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 = "2015/09/06"
-release_ver  = "5925"
+release_date = "2015/09/14"
+release_ver  = "6007"
 
 -- "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