summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-07-16 17:28:11 +0200
committerBram Moolenaar <Bram@vim.org>2012-07-16 17:28:11 +0200
commitc2ece10274c01c50534bfdcd4d8a03229356101d (patch)
tree3369ce52eaa4afbb4e986552015af9744c7b8f12
parent97f38d954009759be5d583bbc821bef00470677f (diff)
updated for version 7.3.602v7.3.602
Problem: Missing files in distribution. Solution: Update the list of files.
-rw-r--r--Filelist3
-rw-r--r--src/version.c2
2 files changed, 5 insertions, 0 deletions
diff --git a/Filelist b/Filelist
index 2db6ff2f91..8d7cfa9ee1 100644
--- a/Filelist
+++ b/Filelist
@@ -463,6 +463,7 @@ RT_ALL = \
runtime/macros/hanoi/hanoi.vim \
runtime/macros/hanoi/poster \
runtime/macros/justify.vim \
+ runtime/macros/less.bat \
runtime/macros/less.sh \
runtime/macros/less.vim \
runtime/macros/life/click.me \
@@ -666,6 +667,8 @@ EXTRA = \
# generic language files
LANG_GEN = \
+ runtime/doc/*-de.1 \
+ runtime/doc/*-de.UTF-8.1 \
runtime/doc/*-fr.1 \
runtime/doc/*-fr.UTF-8.1 \
runtime/doc/*-it.1 \
diff --git a/src/version.c b/src/version.c
index 8855115d59..4e17878047 100644
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 602,
+/**/
601,
/**/
600,