about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
m---------lib/chagashi0
m---------lib/chame0
m---------lib/monoucha0
-rw-r--r--src/version.nim6
5 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index ef6e983d..349d1456 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ all: $(OUTDIR_BIN)/cha $(OUTDIR_BIN)/mancha $(OUTDIR_CGI_BIN)/http \
 	$(OUTDIR_LIBEXEC)/md2html $(OUTDIR_LIBEXEC)/ansi2html
 
 $(OUTDIR_BIN)/cha: src/*.nim src/**/*.nim src/**/*.c res/* res/**/* \
-		lib/**/* res/map/idna_gen.nim nim.cfg
+		res/map/idna_gen.nim nim.cfg
 	@mkdir -p "$(OUTDIR_BIN)"
 	$(NIMC) --nimcache:"$(OBJDIR)/$(TARGET)/cha" -d:libexecPath=$(LIBEXECDIR) \
                 -d:disableSandbox=$(DANGER_DISABLE_SANDBOX) $(FLAGS) \
diff --git a/lib/chagashi b/lib/chagashi
-Subproject 28f217fc756c34a16ccfcbf72b3b2d34f2dd7a8
+Subproject 244c6abde326eab6efe26d2b6abfa9a6f13a84b
diff --git a/lib/chame b/lib/chame
-Subproject 5836c2f412bd4323f45c664632836722a057e0c
+Subproject b4359aea7f807932f45409cdac28d1c60889882
diff --git a/lib/monoucha b/lib/monoucha
-Subproject 9d93e6185e91e972dd4cd84956d53e98a389bc2
+Subproject 6de5ceeff98a37dfdb6ab28acdea4947c759d2f
diff --git a/src/version.nim b/src/version.nim
index 76fc13ce..cf00b3ec 100644
--- a/src/version.nim
+++ b/src/version.nim
@@ -27,6 +27,6 @@ tryImport chame/version, "chame"
 tryImport monoucha/version, "monoucha"
 
 static:
-  checkVersion("chagashi", 0, 5, 2)
-  checkVersion("chame", 1, 0, 0)
-  checkVersion("monoucha", 0, 2, 2)
+  checkVersion("chagashi", 0, 5, 3)
+  checkVersion("chame", 1, 0, 1)
+  checkVersion("monoucha", 0, 2, 3)