summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-06 12:54:06 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-06 12:54:06 +0000
commit24b231793eabd55307fe5db82777a94c59d5d5bc (patch)
tree447a7bd35b1d24a71f27dab90ad8acc57c38c664 /src/Makefile
parent9e1d2839c64536528c10d2ffc0e744b1e3a4bdcb (diff)
downloadvim-git-24b231793eabd55307fe5db82777a94c59d5d5bc.tar.gz
updated for version 7.1a
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/Makefile b/src/Makefile
index 304a751c1..90548a523 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -319,7 +319,7 @@ CClink = $(CC)
#CONF_OPT_GUI = --disable-gui
# Uncomment one of these lines if you have that GUI but don't want to use it.
-# The automatic check will use another one that can be found
+# The automatic check will use another one that can be found.
# Gnome is disabled by default, it may cause trouble.
#CONF_OPT_GUI = --disable-gtk-check
#CONF_OPT_GUI = --disable-gtk2-check
@@ -336,9 +336,10 @@ CClink = $(CC)
# GTK versions that are known not to work 100% are rejected.
# Use "--disable-gtktest" to accept them anyway.
#
-# GNOME means GTK with Gnome support. If using GTK, then GNOME will
-# automatically be used if it is found. If you have GNOME, but do not want to
-# use it (e.g., want a GTK-only version), then use --enable-gui=gtk.
+# GNOME means GTK with Gnome support. If using GTK and --enable-gnome-check
+# is used then GNOME will automatically be used if it is found. If you have
+# GNOME, but do not want to use it (e.g., want a GTK-only version), then use
+# --enable-gui=gtk or leave out --enable-gnome-check.
#
# If the selected GUI isn't found, the GUI is disabled automatically
#CONF_OPT_GUI = --enable-gui=gtk
@@ -885,7 +886,7 @@ MAN1DIR = /man1
### Vim version (adjusted by a script)
VIMMAJOR = 7
-VIMMINOR = 0
+VIMMINOR = 1a
### Location of Vim files (should not need to be changed, and {{{1
### some things might not work when they are changed!)