diff --git a/src/Makefile b/src/Makefile index bceb65c8e5..6b006f565e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2381,6 +2381,7 @@ shadow: runtime pixmaps ../../testdir/*.in \ ../../testdir/*.vim \ ../../testdir/python* \ + ../../testdir/sautest \ ../../testdir/test83-tags? \ ../../testdir/*.ok . diff --git a/src/version.c b/src/version.c index 8501c0871a..123f60169c 100644 --- a/src/version.c +++ b/src/version.c @@ -738,6 +738,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 162, /**/ 161, /**/