view nsis/gvim_version.nsh @ 15756:e43f30c5bad8 v8.1.0885

patch 8.1.0885: test for restricted hangs on MS-Windows GUI commit https://github.com/vim/vim/commit/18c5632cab09e5e51320f55005f310920648f35b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 9 11:13:12 2019 +0100 patch 8.1.0885: test for restricted hangs on MS-Windows GUI Problem: Test for restricted hangs on MS-Windows GUI. Solution: Skip the test.
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Feb 2019 11:15:12 +0100
parents 1174611ad715
children af69c9335223
line wrap: on
line source

# Generated from Makefile: define the version numbers
!ifndef __GVIM_VER__NSH__
!define __GVIM_VER__NSH__
!define VER_MAJOR 8
!define VER_MINOR 1
!endif