# HG changeset patch # User Christian Brabandt # Date 1529848808 -7200 # Node ID 20dbc221dd3c19a38635785f7a16503349abd0b6 # Parent 16053b48046d6852840a5ca836a34b5e443b5a46 patch 8.1.0109: new po makefile missing from distribution commit https://github.com/vim/vim/commit/7cb6eecd32b0b51bd0a25df968386d0b09379afa Author: Bram Moolenaar Date: Sun Jun 24 15:56:24 2018 +0200 patch 8.1.0109: new po makefile missing from distribution Problem: New po makefile missing from distribution. Solution: Add it to the file list. diff --git a/Filelist b/Filelist --- a/Filelist +++ b/Filelist @@ -907,6 +907,7 @@ LANG_SRC = \ src/po/check.vim \ src/po/cleanup.vim \ src/po/Makefile \ + src/po/Make_all.mak \ src/po/Make_cyg.mak \ src/po/Make_ming.mak \ src/po/Make_mvc.mak \ diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -790,6 +790,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 109, +/**/ 108, /**/ 107,