summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/gregoriotex/gregoriotex.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-06-11 23:21:27 +0000
committerKarl Berry <karl@freefriends.org>2016-06-11 23:21:27 +0000
commitd2d91fb13aec1db9eaeb97b72d019f0df3fb1876 (patch)
tree6e6c6d00f0d58b7d10188a4ec34f6c2da7913d9f /Master/texmf-dist/tex/luatex/gregoriotex/gregoriotex.lua
parent56499d0e42b1bd0456b6bda8e69f3a8d3160ffe0 (diff)
gregoriotex (31may16)
git-svn-id: svn://tug.org/texlive/trunk@41389 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/gregoriotex/gregoriotex.lua')
-rw-r--r--Master/texmf-dist/tex/luatex/gregoriotex/gregoriotex.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/luatex/gregoriotex/gregoriotex.lua b/Master/texmf-dist/tex/luatex/gregoriotex/gregoriotex.lua
index 72775a0a8c1..0685eae1d78 100644
--- a/Master/texmf-dist/tex/luatex/gregoriotex/gregoriotex.lua
+++ b/Master/texmf-dist/tex/luatex/gregoriotex/gregoriotex.lua
@@ -24,13 +24,13 @@ local hpack, traverse, traverse_id, has_attribute, count, remove, insert_after,
gregoriotex = gregoriotex or {}
local gregoriotex = gregoriotex
-local internalversion = '4.1.2' -- GREGORIO_VERSION (comment used by VersionManager.py)
+local internalversion = '4.1.4' -- GREGORIO_VERSION (comment used by VersionManager.py)
local err, warn, info, log = luatexbase.provides_module({
name = "gregoriotex",
- version = '4.1.2', -- GREGORIO_VERSION
+ version = '4.1.4', -- GREGORIO_VERSION
greinternalversion = internalversion,
- date = "2016/05/08", -- GREGORIO_DATE_LTX
+ date = "2016/05/29", -- GREGORIO_DATE_LTX
description = "GregorioTeX module.",
author = "The Gregorio Project (see CONTRIBUTORS.md)",
copyright = "2008-2015 - The Gregorio Project",