Mercurial > vim
comparison src/Makefile @ 5146:6ec6b7ff2d43 v7.4a
Vim 7.4a BETA release.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Sat, 06 Jul 2013 15:44:11 +0200 |
parents | f063be86b632 |
children | 6b6e1786c7df |
comparison
equal
deleted
inserted
replaced
5145:f34c9a9a5112 | 5146:6ec6b7ff2d43 |
---|---|
943 ### Directory of the man pages | 943 ### Directory of the man pages |
944 MAN1DIR = /man1 | 944 MAN1DIR = /man1 |
945 | 945 |
946 ### Vim version (adjusted by a script) | 946 ### Vim version (adjusted by a script) |
947 VIMMAJOR = 7 | 947 VIMMAJOR = 7 |
948 VIMMINOR = 3 | 948 VIMMINOR = 4a |
949 | 949 |
950 ### Location of Vim files (should not need to be changed, and {{{1 | 950 ### Location of Vim files (should not need to be changed, and {{{1 |
951 ### some things might not work when they are changed!) | 951 ### some things might not work when they are changed!) |
952 VIMDIR = /vim | 952 VIMDIR = /vim |
953 VIMRTDIR = /vim$(VIMMAJOR)$(VIMMINOR) | 953 VIMRTDIR = /vim$(VIMMAJOR)$(VIMMINOR) |