summaryrefslogtreecommitdiff
path: root/support/gregoriotex/tex/luatex/gregoriotex.lua
diff options
context:
space:
mode:
Diffstat (limited to 'support/gregoriotex/tex/luatex/gregoriotex.lua')
-rw-r--r--support/gregoriotex/tex/luatex/gregoriotex.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/support/gregoriotex/tex/luatex/gregoriotex.lua b/support/gregoriotex/tex/luatex/gregoriotex.lua
index e16f193552..adb254e200 100644
--- a/support/gregoriotex/tex/luatex/gregoriotex.lua
+++ b/support/gregoriotex/tex/luatex/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 = '6.0.0-beta1' -- GREGORIO_VERSION (comment used by VersionManager.py)
+local internalversion = '6.0.0-beta2' -- GREGORIO_VERSION (comment used by VersionManager.py)
local err, warn, info, log = luatexbase.provides_module({
name = "gregoriotex",
- version = '6.0.0-beta1', -- GREGORIO_VERSION
+ version = '6.0.0-beta2', -- GREGORIO_VERSION
greinternalversion = internalversion,
- date = "2021/02/23", -- GREGORIO_DATE_LTX
+ date = "2021/03/04", -- GREGORIO_DATE_LTX
description = "GregorioTeX module.",
author = "The Gregorio Project (see CONTRIBUTORS.md)",
copyright = "2008-2021 - The Gregorio Project",
@@ -146,7 +146,7 @@ local function gregorio_exe()
local exe_version
-- first look for one with the exact version
- real_gregorio_exe = 'gregorio-6_0_0-beta1' -- FILENAME_VERSION
+ real_gregorio_exe = 'gregorio-6_0_0-beta2' -- FILENAME_VERSION
local cmd = string.format([[%s -o "%%s" "%s"]], real_gregorio_exe,
test_snippet_filename)
exe_version = get_prog_output(cmd, '*line')