summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-06-24 15:56:24 +0200
committerBram Moolenaar <Bram@vim.org>2018-06-24 15:56:24 +0200
commit7cb6eecd32b0b51bd0a25df968386d0b09379afa (patch)
tree6254d3def8a0c8c9d06d7634bdac4309ffcc4de3
parenta4a2934e59429e2ff68d478556ad8b2043fb0fda (diff)
downloadvim-7cb6eecd32b0b51bd0a25df968386d0b09379afa.zip
patch 8.1.0109: new po makefile missing from distribution
Problem: New po makefile missing from distribution. Solution: Add it to the file list.
-rw-r--r--Filelist1
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/Filelist b/Filelist
index 205c07768..f141dc305 100644
--- 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
index a2363e2bd..00f3c0df6 100644
--- 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,