From 9a419ffb934bd04bf8d44ceaf4694e50cce55eab Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 11 Apr 2019 18:44:11 +0200 Subject: [PATCH] patch 8.1.1154 --- src/po/Makefile | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/po/Makefile b/src/po/Makefile index 82477cd17..8383a1207 100644 --- a/src/po/Makefile +++ b/src/po/Makefile @@ -165,6 +165,7 @@ $(PACKAGE).pot: ../*.c ../if_perl.xs ../GvimExt/gvimext.cpp ../globals.h ../if_p mv -f ../$(PACKAGE).po $(PACKAGE).pot %.desktop: %.desktop.in $(POFILES) + @echo $(LANGUAGES) | tr " " "\n" |sed -e '/\./d' | sort > LINGUAS $(MSGFMT) --desktop -d . --template $< -o $@ cp -f $@ ../../runtime/$@ diff --git a/src/version.c b/src/version.c index d2c3fb870..a25944da1 100644 --- a/src/version.c +++ b/src/version.c @@ -771,6 +771,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1153, /**/ 1152, /**/ -- 2.40.0