view nsis/gvim_version.nsh @ 13252:66b8b29854d9 v8.0.1500

patch 8.0.1500: possible NULL pointer dereference commit https://github.com/vim/vim/commit/0549a1e184d33674f4c2b8fb44ccdf6b9b9808a3 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 11 15:02:48 2018 +0100 patch 8.0.1500: possible NULL pointer dereference Problem: Possible NULL pointer dereference. (Coverity) Solution: Check for the pointer not being NULL.
author Christian Brabandt <cb@256bit.org>
date Sun, 11 Feb 2018 15:15:06 +0100
parents 9f48eab77d62
children 1174611ad715
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 0
!endif