comparison Makefile @ 13963:1174611ad715 v8.1.0000

Vim 8.1 release commit https://github.com/vim/vim/commit/b1c9198afb7ff902588b45fbe44f0760a9f48375 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 17 17:04:55 2018 +0200 Vim 8.1 release Update version number and information. Fix a couple of tests.
author Christian Brabandt <cb@256bit.org>
date Thu, 17 May 2018 17:15:08 +0200
parents 52d928d016bc
children 963c1967f917
comparison
equal deleted inserted replaced
13962:cdda5c08011a 13963:1174611ad715
66 # overwritten! 66 # overwritten!
67 # To do all this you need the Unix archive and compiled binaries. 67 # To do all this you need the Unix archive and compiled binaries.
68 # Before creating an archive first delete all backup files, *.orig, etc. 68 # Before creating an archive first delete all backup files, *.orig, etc.
69 69
70 MAJOR = 8 70 MAJOR = 8
71 MINOR = 0 71 MINOR = 1
72 72
73 # CHECKLIST for creating a new version: 73 # CHECKLIST for creating a new version:
74 # 74 #
75 # - Update Vim version number. For a test version in: src/version.h, 75 # - Update Vim version number. For a test version in: src/version.h,
76 # READMEdir/Contents, MAJOR/MINOR above, VIMMAJOR and VIMMINOR in 76 # READMEdir/Contents, MAJOR/MINOR above, VIMMAJOR and VIMMINOR in
129 # Use the "shared-64.zip file and extract the archive to get the files. 129 # Use the "shared-64.zip file and extract the archive to get the files.
130 # Put them in the gettext64 directory, "make dosrt" uses them. 130 # Put them in the gettext64 directory, "make dosrt" uses them.
131 # - > make dossrc 131 # - > make dossrc
132 # > make dosrt 132 # > make dosrt
133 # Unpack dist/vim##rt.zip and dist/vim##src.zip on an MS-Windows PC. 133 # Unpack dist/vim##rt.zip and dist/vim##src.zip on an MS-Windows PC.
134 # This creates the directory vim/vim80 and puts all files in there. 134 # This creates the directory vim/vim81 and puts all files in there.
135 # Win32 console version build: 135 # Win32 console version build:
136 # - See src/INSTALLpc.txt for installing the compiler and SDK. 136 # - See src/INSTALLpc.txt for installing the compiler and SDK.
137 # - Set environment for Visual C++ 2015: 137 # - Set environment for Visual C++ 2015:
138 # > cd src 138 # > cd src
139 # > msvc2015.bat 139 # > msvc2015.bat