view nsis/gvim_version.nsh @ 11508:9b1077d33c68 v8.0.0637

patch 8.0.0637: crash when using some version of GTK 3 commit https://github.com/vim/vim/commit/21b34b63b3f63dd54b338c4433fa7117dad9507b Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 13 14:34:01 2017 +0200 patch 8.0.0637: crash when using some version of GTK 3 Problem: Crash when using some version of GTK 3. Solution: Add #ifdefs around incrementing the menu index. (Kazunobu Kuriyama)
author Christian Brabandt <cb@256bit.org>
date Tue, 13 Jun 2017 14:45:03 +0200
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