view nsis/gvim_version.nsh @ 16535:be24441bf806 v8.1.1271

patch 8.1.1271: compiler warnings for use of STRNCPY() commit https://github.com/vim/vim/commit/b3de6c4a769986e6eb4e228519a6483d2999ad8f Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 5 13:02:28 2019 +0200 patch 8.1.1271: compiler warnings for use of STRNCPY() Problem: Compiler warnings for use of STRNCPY(). (John Marriott) Solution: Use mch_memmove() instead of STRNCPY().
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 May 2019 13:15:06 +0200
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