Skip to content

Commit

Permalink
Update executables
Browse files Browse the repository at this point in the history
  • Loading branch information
minoki committed Nov 5, 2021
1 parent a44e5e7 commit 1ba7d62
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ bin/cluttex.bat: $(sources) build.lua
lua build.lua --windows-batchfile $@
lua checkglobal.lua $@

archive:
archive: all
git archive --format=tar --prefix=cluttex/ -o cluttex.tar HEAD
gzip -k9 cluttex.tar
6 changes: 3 additions & 3 deletions bin/cluttex
Original file line number Diff line number Diff line change
Expand Up @@ -1369,7 +1369,7 @@ return {
end
package.preload["texrunner.handleoption"] = function(...)
local COPYRIGHT_NOTICE = [[
Copyright (C) 2016-2020 ARATA Mizuki
Copyright (C) 2016-2021 ARATA Mizuki

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -2933,7 +2933,7 @@ return {
}
end
--[[
Copyright 2016-2020 ARATA Mizuki
Copyright 2016-2021 ARATA Mizuki

This file is part of ClutTeX.

Expand All @@ -2951,7 +2951,7 @@ end
along with ClutTeX. If not, see <http://www.gnu.org/licenses/>.
]]

CLUTTEX_VERSION = "v0.5"
CLUTTEX_VERSION = "v0.5.1"

-- Standard libraries
local coroutine = coroutine
Expand Down
6 changes: 3 additions & 3 deletions bin/cluttex.bat
Original file line number Diff line number Diff line change
Expand Up @@ -1372,7 +1372,7 @@ return {
end
package.preload["texrunner.handleoption"] = function(...)
local COPYRIGHT_NOTICE = [[
Copyright (C) 2016-2020 ARATA Mizuki
Copyright (C) 2016-2021 ARATA Mizuki

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -2936,7 +2936,7 @@ return {
}
end
--[[
Copyright 2016-2020 ARATA Mizuki
Copyright 2016-2021 ARATA Mizuki

This file is part of ClutTeX.

Expand All @@ -2954,7 +2954,7 @@ end
along with ClutTeX. If not, see <http://www.gnu.org/licenses/>.
]]

CLUTTEX_VERSION = "v0.5"
CLUTTEX_VERSION = "v0.5.1"

-- Standard libraries
local coroutine = coroutine
Expand Down

0 comments on commit 1ba7d62

Please sign in to comment.