[latex3-commits] [l3svn] branch master updated: l3build: Step version (CTAN snapshot)
noreply at latex-project.org
noreply at latex-project.org
Wed Jan 25 11:08:32 CET 2017
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 b2413f0 l3build: Step version (CTAN snapshot)
b2413f0 is described below
commit b2413f0c0a0ea34d77f8ce7d972bd84fe883f289
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Jan 25 10:08:15 2017 +0000
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 305a460..7d78833 100644
--- a/l3build/README.md
+++ b/l3build/README.md
@@ -1,7 +1,7 @@
l3build: a testing and building system for LaTeX3
=================================================
-Release 2016/11/21 (r6760)
+Release 2017/01/25 (r6826)
Overview
--------
diff --git a/l3build/l3build.dtx b/l3build/l3build.dtx
index 26cb393..9d90382 100644
--- a/l3build/l3build.dtx
+++ b/l3build/l3build.dtx
@@ -24,8 +24,8 @@
\RequirePackage{expl3}
\def\ExplFileName{l3build}
\def\ExplFileDescription{L3 Regression test suite}
-\def\ExplFileDate{2016/11/21}
-\def\ExplFileVersion{6760}
+\def\ExplFileDate{2017/01/25}
+\def\ExplFileVersion{6826}
\documentclass[full]{l3doc}
\renewcommand\partname{Part}
\usepackage{multicol,needspace}
diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 7d17eb9..4d7e8ab 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -23,8 +23,8 @@ for those people who are interested.
--]]
-- Version information: should be identical to that in l3build.dtx
-release_date = "2016/11/21"
-release_ver = "6760"
+release_date = "2017/01/25"
+release_ver = "6826"
-- "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