comparison nsis/gvim_version.nsh @ 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 9f48eab77d62
children af69c9335223
comparison
equal deleted inserted replaced
13962:cdda5c08011a 13963:1174611ad715
1 # Generated from Makefile: define the version numbers 1 # Generated from Makefile: define the version numbers
2 !ifndef __GVIM_VER__NSH__ 2 !ifndef __GVIM_VER__NSH__
3 !define __GVIM_VER__NSH__ 3 !define __GVIM_VER__NSH__
4 !define VER_MAJOR 8 4 !define VER_MAJOR 8
5 !define VER_MINOR 0 5 !define VER_MINOR 1
6 !endif 6 !endif