From 1ba7d62d409250293d739c4f8953f5a9ef1f2cbf Mon Sep 17 00:00:00 2001 From: ARATA Mizuki Date: Fri, 5 Nov 2021 09:11:14 +0900 Subject: [PATCH] Update executables --- Makefile | 2 +- bin/cluttex | 6 +++--- bin/cluttex.bat | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index ae764ad..1fbf0fd 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/bin/cluttex b/bin/cluttex index 5a39859..ef8488c 100755 --- a/bin/cluttex +++ b/bin/cluttex @@ -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 @@ -2933,7 +2933,7 @@ return { } end --[[ - Copyright 2016-2020 ARATA Mizuki + Copyright 2016-2021 ARATA Mizuki This file is part of ClutTeX. @@ -2951,7 +2951,7 @@ end along with ClutTeX. If not, see . ]] -CLUTTEX_VERSION = "v0.5" +CLUTTEX_VERSION = "v0.5.1" -- Standard libraries local coroutine = coroutine diff --git a/bin/cluttex.bat b/bin/cluttex.bat index 001c1c8..8d72a6c 100644 --- a/bin/cluttex.bat +++ b/bin/cluttex.bat @@ -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 @@ -2936,7 +2936,7 @@ return { } end --[[ - Copyright 2016-2020 ARATA Mizuki + Copyright 2016-2021 ARATA Mizuki This file is part of ClutTeX. @@ -2954,7 +2954,7 @@ end along with ClutTeX. If not, see . ]] -CLUTTEX_VERSION = "v0.5" +CLUTTEX_VERSION = "v0.5.1" -- Standard libraries local coroutine = coroutine