summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-09-30 20:28:48 +0000
committerBram Moolenaar <Bram@vim.org>2007-09-30 20:28:48 +0000
commit61bfb9febebf78f0eae325735415120ffceaf4fe (patch)
tree667b7f084c19f10a30600b1d9466471642eb44e2
parentecf4de5d69f6e965e1f376f23de5ebc43ce60911 (diff)
downloadvim-git-61bfb9febebf78f0eae325735415120ffceaf4fe.tar.gz
updated for version 7.1-128v7.1.128
-rw-r--r--src/Make_cyg.mak4
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/Make_cyg.mak b/src/Make_cyg.mak
index 4c757e1b3..eaf730983 100644
--- a/src/Make_cyg.mak
+++ b/src/Make_cyg.mak
@@ -1,6 +1,6 @@
#
# Makefile for VIM on Win32, using Cygnus gcc
-# Last updated by Dan Sharp. Last Change: 2006 Apr 30
+# Last updated by Dan Sharp. Last Change: 2007 Sep 29
#
# Also read INSTALLpc.txt!
#
@@ -503,7 +503,7 @@ $(OUTDIR)/if_cscope.o: if_cscope.c $(INCL) if_cscope.h
$(CC) -c $(CFLAGS) if_cscope.c -o $(OUTDIR)/if_cscope.o
$(OUTDIR)/if_ole.o: if_ole.cpp $(INCL)
- $(CC) -c $(CFLAGS) -D__IID_DEFINED__ if_ole.cpp -o $(OUTDIR)/if_ole.o
+ $(CC) -c $(CFLAGS) if_ole.cpp -o $(OUTDIR)/if_ole.o
if_perl.c: if_perl.xs typemap
$(PERL)/bin/perl `cygpath -d $(PERL)/lib/ExtUtils/xsubpp` \
diff --git a/src/version.c b/src/version.c
index 05bfe5a19..260611a65 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 128,
+/**/
127,
/**/
126,