diff options
-rw-r--r-- | Makefile | 7 | ||||
-rw-r--r-- | README_os390.txt | 2 | ||||
-rw-r--r-- | nsis/gvim.nsi | 2 | ||||
-rw-r--r-- | runtime/doc/index.txt | 2 | ||||
-rw-r--r-- | runtime/doc/message.txt | 2 | ||||
-rw-r--r-- | runtime/doc/os_mint.txt | 2 | ||||
-rw-r--r-- | runtime/doc/tabpage.txt | 2 | ||||
-rw-r--r-- | runtime/doc/usr_45.txt | 2 | ||||
-rw-r--r-- | runtime/doc/version4.txt | 2 | ||||
-rw-r--r-- | runtime/doc/vi_diff.txt | 2 | ||||
-rw-r--r-- | src/vim.def | 2 |
11 files changed, 14 insertions, 13 deletions
@@ -69,7 +69,7 @@ all install uninstall tools config configure reconfig proto depend lint tags typ # Before creating an archive first delete all backup files, *.orig, etc. MAJOR = 7 -MINOR = 1b +MINOR = 1 # Uncomment this line if the Win32s version is to be included. DOSBIN_S = dosbin_s @@ -93,16 +93,17 @@ DOSBIN_S = dosbin_s # - Check for missing options in runtime/optwin.vim et al. (with check.vim). # - Do "make menu" to update the runtime/synmenu.vim file. # - Add remarks for changes to runtime/doc/version7.txt. +# - Check that runtime/doc/help.txt doesn't contain entries in "LOCAL +# ADDITIONS". # - In runtime/doc run "make" and "make html" to check for errors. # - Check if src/Makefile and src/feature.h don't contain any personal # preferences or the GTK, Perl, etc. mentioned above. -# - Check that runtime/doc/help.txt doesn't contain entries in "LOCAL -# ADDITIONS". # - Check file protections to be "644" for text and "755" for executables (run # the "check" script). # - Check compiling on Amiga, MS-DOS and MS-Windows. # - Delete all *~, *.sw?, *.orig, *.rej files # - "make unixall", "make extra", "make lang", "make html" +# - Make diff files against the previous release: "makediff7 7.1 7.2" # # Amiga: # - "make amisrc", move the archive to the Amiga and compile: diff --git a/README_os390.txt b/README_os390.txt index 2adfe8fd6..635bedbd1 100644 --- a/README_os390.txt +++ b/README_os390.txt @@ -1,4 +1,4 @@ -README_os_390.txt for version 7.1b of Vim: Vi IMproved. +README_os_390.txt for version 7.1 of Vim: Vi IMproved. Welcome to the OS/390 Unix port of VIM. diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi index 961c6fd8d..cc629cd0f 100644 --- a/nsis/gvim.nsi +++ b/nsis/gvim.nsi @@ -22,7 +22,7 @@ !define HAVE_NLS !define VER_MAJOR 7 -!define VER_MINOR 1b +!define VER_MINOR 1 # ----------- No configurable settings below this line ----------- diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index 82f7d0dc1..f587cc902 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -1,4 +1,4 @@ -*index.txt* For Vim version 7.1b. Last change: 2007 May 05 +*index.txt* For Vim version 7.1. Last change: 2007 May 05 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt index 5b5615b24..885d1eea6 100644 --- a/runtime/doc/message.txt +++ b/runtime/doc/message.txt @@ -1,4 +1,4 @@ -*message.txt* For Vim version 7.1b. Last change: 2007 Mar 20 +*message.txt* For Vim version 7.1. Last change: 2007 Mar 20 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/os_mint.txt b/runtime/doc/os_mint.txt index 6b23afa95..e2399f579 100644 --- a/runtime/doc/os_mint.txt +++ b/runtime/doc/os_mint.txt @@ -1,4 +1,4 @@ -*os_mint.txt* For Vim version 7.1b. Last change: 2005 Mar 29 +*os_mint.txt* For Vim version 7.1. Last change: 2005 Mar 29 VIM REFERENCE MANUAL by Jens M. Felderhoff diff --git a/runtime/doc/tabpage.txt b/runtime/doc/tabpage.txt index 162875572..5826cf6cf 100644 --- a/runtime/doc/tabpage.txt +++ b/runtime/doc/tabpage.txt @@ -1,4 +1,4 @@ -*tabpage.txt* For Vim version 7.1b. Last change: 2007 Mar 11 +*tabpage.txt* For Vim version 7.1. Last change: 2007 Mar 11 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/usr_45.txt b/runtime/doc/usr_45.txt index 8a8ff171b..ab76ae81d 100644 --- a/runtime/doc/usr_45.txt +++ b/runtime/doc/usr_45.txt @@ -1,4 +1,4 @@ -*usr_45.txt* For Vim version 7.1b. Last change: 2006 Apr 24 +*usr_45.txt* For Vim version 7.1. Last change: 2006 Apr 24 VIM USER MANUAL - by Bram Moolenaar diff --git a/runtime/doc/version4.txt b/runtime/doc/version4.txt index 2a3984565..bad5fece6 100644 --- a/runtime/doc/version4.txt +++ b/runtime/doc/version4.txt @@ -1,4 +1,4 @@ -*version4.txt* For Vim version 7.1b. Last change: 2006 Apr 24 +*version4.txt* For Vim version 7.1. Last change: 2006 Apr 24 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/vi_diff.txt b/runtime/doc/vi_diff.txt index cd8ea4edc..854c8baf5 100644 --- a/runtime/doc/vi_diff.txt +++ b/runtime/doc/vi_diff.txt @@ -1,4 +1,4 @@ -*vi_diff.txt* For Vim version 7.1b. Last change: 2007 May 07 +*vi_diff.txt* For Vim version 7.1. Last change: 2007 May 07 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/src/vim.def b/src/vim.def index db319cd6c..4b79f7d08 100644 --- a/src/vim.def +++ b/src/vim.def @@ -1,4 +1,4 @@ CODE PRELOAD EXECUTEONLY DATA MULTIPLE SHARED -DESCRIPTION 'Vim 7.1b' +DESCRIPTION 'Vim 7.1' HEAPSIZE 0,0 |