view nsis/gvim_version.nsh @ 11071:cc22b177dfe8 v8.0.0424

patch 8.0.0424: compiler warnings on MS-Windows commit https://github.com/vim/vim/commit/f7e894dfb60b6fd8f426aa3da1452803f8de010c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 5 19:49:13 2017 +0100 patch 8.0.0424: compiler warnings on MS-Windows Problem: Compiler warnings on MS-Windows. (Ajit Thakkar) Solution: Add type casts.
author Christian Brabandt <cb@256bit.org>
date Sun, 05 Mar 2017 20:00:04 +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