[latex3-commits] [l3svn] r6834 - Step version [CTAN snapshot]

noreply at latex-project.org noreply at latex-project.org
Sat Jan 28 21:02:01 CET 2017


Author: joseph
Date: 2017-01-28 21:02:00 +0100 (Sat, 28 Jan 2017)
New Revision: 6834

Modified:
   trunk/l3build/README.md
   trunk/l3build/l3build.dtx
   trunk/l3build/l3build.lua
   trunk/l3experimental/README.md
   trunk/l3kernel/README.md
   trunk/l3kernel/expl3.dtx
   trunk/l3packages/README.md
   trunk/l3packages/l3keys2e/l3keys2e.dtx
   trunk/l3packages/xfrac/xfrac.dtx
   trunk/l3packages/xparse/xparse.dtx
   trunk/l3packages/xtemplate/xtemplate.dtx
Log:
Step version [CTAN snapshot]

This one will actually go ...


Modified: trunk/l3build/README.md
===================================================================
--- trunk/l3build/README.md	2017-01-28 20:01:31 UTC (rev 6833)
+++ trunk/l3build/README.md	2017-01-28 20:02:00 UTC (rev 6834)
@@ -1,7 +1,7 @@
 l3build: a testing and building system for LaTeX3
 =================================================
 
-Release 2017/01/28 (r6830)
+Release 2017/01/28 (r6834)
 
 Overview
 --------

Modified: trunk/l3build/l3build.dtx
===================================================================
--- trunk/l3build/l3build.dtx	2017-01-28 20:01:31 UTC (rev 6833)
+++ trunk/l3build/l3build.dtx	2017-01-28 20:02:00 UTC (rev 6834)
@@ -25,7 +25,7 @@
 \def\ExplFileName{l3build}
 \def\ExplFileDescription{L3 Regression test suite}
 \def\ExplFileDate{2017/01/28}
-\def\ExplFileVersion{6830}
+\def\ExplFileVersion{6834}
 \documentclass[full]{l3doc}
 \renewcommand\partname{Part}
 \usepackage{multicol,needspace}

Modified: trunk/l3build/l3build.lua
===================================================================
--- trunk/l3build/l3build.lua	2017-01-28 20:01:31 UTC (rev 6833)
+++ trunk/l3build/l3build.lua	2017-01-28 20:02:00 UTC (rev 6834)
@@ -24,7 +24,7 @@
 
 -- Version information: should be identical to that in l3build.dtx
 release_date = "2017/01/28"
-release_ver  = "6830"
+release_ver  = "6834"
 
 -- "module" is a deprecated function in Lua 5.2: as we want the name
 -- for other purposes, and it should eventually be 'free', simply

Modified: trunk/l3experimental/README.md
===================================================================
--- trunk/l3experimental/README.md	2017-01-28 20:01:31 UTC (rev 6833)
+++ trunk/l3experimental/README.md	2017-01-28 20:02:00 UTC (rev 6834)
@@ -1,7 +1,7 @@
 Experimental LaTeX3 Concepts
 ============================
 
-Release 2017/01/28 (r6830)
+Release 2017/01/28 (r6834)
 
 Overview
 --------

Modified: trunk/l3kernel/README.md
===================================================================
--- trunk/l3kernel/README.md	2017-01-28 20:01:31 UTC (rev 6833)
+++ trunk/l3kernel/README.md	2017-01-28 20:02:00 UTC (rev 6834)
@@ -1,7 +1,7 @@
 LaTeX3 Programming Conventions
 ==============================
 
-Release 2017/01/28 (r6830)
+Release 2017/01/28 (r6834)
 
 Overview
 --------

Modified: trunk/l3kernel/expl3.dtx
===================================================================
--- trunk/l3kernel/expl3.dtx	2017-01-28 20:01:31 UTC (rev 6833)
+++ trunk/l3kernel/expl3.dtx	2017-01-28 20:02:00 UTC (rev 6834)
@@ -24,7 +24,7 @@
 \def\ExplFileName{expl3}%
 \def\ExplFileDescription{L3 programming layer}%
 \def\ExplFileDate{2017/01/28}%
-\def\ExplFileVersion{6830}%
+\def\ExplFileVersion{6834}%
 %</driver|generic|package>
 %<*driver>
 \documentclass[full]{l3doc}

Modified: trunk/l3packages/README.md
===================================================================
--- trunk/l3packages/README.md	2017-01-28 20:01:31 UTC (rev 6833)
+++ trunk/l3packages/README.md	2017-01-28 20:02:00 UTC (rev 6834)
@@ -1,7 +1,7 @@
 LaTeX3 High-Level Concepts
 ==========================
 
-Release 2017/01/28 (r6830)
+Release 2017/01/28 (r6834)
 
 Overview
 --------

Modified: trunk/l3packages/l3keys2e/l3keys2e.dtx
===================================================================
--- trunk/l3packages/l3keys2e/l3keys2e.dtx	2017-01-28 20:01:31 UTC (rev 6833)
+++ trunk/l3packages/l3keys2e/l3keys2e.dtx	2017-01-28 20:02:00 UTC (rev 6834)
@@ -39,7 +39,7 @@
 \def\ExplFileName{l3keys2e}
 \def\ExplFileDescription{LaTeX2e option processing using LaTeX3 keys}
 \def\ExplFileDate{2017/01/28}
-\def\ExplFileVersion{6830}
+\def\ExplFileVersion{6834}
 %</driver|package>
 %<*driver>
 \documentclass[full]{l3doc}

Modified: trunk/l3packages/xfrac/xfrac.dtx
===================================================================
--- trunk/l3packages/xfrac/xfrac.dtx	2017-01-28 20:01:31 UTC (rev 6833)
+++ trunk/l3packages/xfrac/xfrac.dtx	2017-01-28 20:02:00 UTC (rev 6834)
@@ -41,7 +41,7 @@
 \def\ExplFileName{xfrac}
 \def\ExplFileDescription{L3 Experimental split-level fractions}
 \def\ExplFileDate{2017/01/28}
-\def\ExplFileVersion{6830}
+\def\ExplFileVersion{6834}
 %</driver|package>
 %<*driver>
 \documentclass[full]{l3doc}

Modified: trunk/l3packages/xparse/xparse.dtx
===================================================================
--- trunk/l3packages/xparse/xparse.dtx	2017-01-28 20:01:31 UTC (rev 6833)
+++ trunk/l3packages/xparse/xparse.dtx	2017-01-28 20:02:00 UTC (rev 6834)
@@ -43,7 +43,7 @@
 \def\ExplFileName{xparse}
 \def\ExplFileDescription{L3 Experimental document command parser}
 \def\ExplFileDate{2017/01/28}
-\def\ExplFileVersion{6830}
+\def\ExplFileVersion{6834}
 %</driver|package>
 %<*driver>
 \documentclass[full]{l3doc}

Modified: trunk/l3packages/xtemplate/xtemplate.dtx
===================================================================
--- trunk/l3packages/xtemplate/xtemplate.dtx	2017-01-28 20:01:31 UTC (rev 6833)
+++ trunk/l3packages/xtemplate/xtemplate.dtx	2017-01-28 20:02:00 UTC (rev 6834)
@@ -43,7 +43,7 @@
 \def\ExplFileName{xtemplate}
 \def\ExplFileDescription{L3 Experimental prototype document functions}
 \def\ExplFileDate{2017/01/28}
-\def\ExplFileVersion{6830}
+\def\ExplFileVersion{6834}
 %</driver|package>
 %<*driver>
 \documentclass[full]{l3doc}



More information about the latex3-commits mailing list