view nsis/gvim_version.nsh @ 19352:c617ba6413bb v8.2.0234

patch 8.2.0234: message test fails on SunOS Commit: https://github.com/vim/vim/commit/d5b991493816a2edba7cacdd06820cf3c0abc4dc Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 8 17:14:46 2020 +0100 patch 8.2.0234: message test fails on SunOS Problem: Message test fails on SunOS. Solution: Adjust expectation for printf "%p". (Ozaki Kiichi, closes https://github.com/vim/vim/issues/5595)
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Feb 2020 17:15:04 +0100
parents af69c9335223
children f8116058ca76
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 2
!endif