[latex3-commits] [l3svn] branch master updated: l3build: Hopefully a better name for the payload function

noreply at latex-project.org noreply at latex-project.org
Wed Oct 7 20:09:36 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  e2bb266   l3build: Hopefully a better name for the payload function
e2bb266 is described below

commit e2bb26689ffbd8af74a86c1c72df65c2aba28949
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Oct 7 19:09:16 2015 +0100

    l3build: Hopefully a better name for the payload function
---
 build-config.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-config.lua b/build-config.lua
index 93e143d..c68e204 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -21,7 +21,7 @@ if unpacksearch == nil then
 end
 
 -- Detail how to set the version automatically
-function setversion(line, date, version)
+function update_line(line, date, version)
   local changed = false
   local date = string.gsub(date, "%-", "/")
   -- Replace the identifiers

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


More information about the latex3-commits mailing list