view nsis/gvim_version.nsh @ 15444:b6224857db6f v8.1.0730

patch 8.1.0730: compiler warning for get_buf_arg() unused commit https://github.com/vim/vim/commit/ec9d3001cf6fb4ffe142d34762c774e0066de6bb Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 12 13:50:31 2019 +0100 patch 8.1.0730: compiler warning for get_buf_arg() unused Problem: Compiler warning for get_buf_arg() unused. Solution: Add #ifdef. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Jan 2019 14:00:04 +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