summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-12 13:57:53 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-12 13:57:53 +0000
commit8c406603ae8adffc3dd7c121b832b34d3627ebcb (patch)
tree9d148fbe5eb2d09e042c943f6952d287f5ee6a4b /src/Makefile
parent33fa75c86e36cc9e0831accac0a62bf3edcb8f2b (diff)
updated for version 7.1
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index b1ac46f9d3..4480dc8b63 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -886,7 +886,7 @@ MAN1DIR = /man1
### Vim version (adjusted by a script)
VIMMAJOR = 7
-VIMMINOR = 1b
+VIMMINOR = 1
### Location of Vim files (should not need to be changed, and {{{1
### some things might not work when they are changed!)
@@ -2744,7 +2744,7 @@ objects/option.o: option.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h
objects/os_unix.o: os_unix.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
- arabic.h os_unixx.h
+ arabic.h if_mzsch.h os_unixx.h
objects/pathdef.o: auto/pathdef.c ./vim.h ./auto/config.h ./feature.h ./os_unix.h \
./auto/osdef.h ./ascii.h ./keymap.h ./term.h ./macros.h ./option.h \
./structs.h ./regexp.h ./gui.h ./gui_beval.h proto/gui_beval.pro \