view nsis/gvim_version.nsh @ 9509:e61974ab3ed0 v7.4.2035

commit https://github.com/vim/vim/commit/da4127794aa333631bde879e73bcfce4aef42f85 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 14 20:37:07 2016 +0200 patch 7.4.2035 Problem: On Solaris with ZFS the ACL may get removed. Solution: Always restore the ACL for Solaris ZFS. (Danek Duvall)
author Christian Brabandt <cb@256bit.org>
date Thu, 14 Jul 2016 20:45:06 +0200
parents 357b7bd8d612
children 9f48eab77d62
line wrap: on
line source

# Generated from Makefile: define the version numbers
!ifndef __GVIM_VER__NSH__
!define __GVIM_VER__NSH__
!define VER_MAJOR 7
!define VER_MINOR 4
!endif