view nsis/gvim_version.nsh @ 13716:30f9ebe3e602 v8.0.1730

patch 8.0.1730: no configure check for the used C99 features commit https://github.com/vim/vim/commit/561f8a5a4612751c2a4ebd6bf918cbc3be867350 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 17 22:02:45 2018 +0200 patch 8.0.1730: no configure check for the used C99 features Problem: No configure check for the used C99 features. Solution: Add a compilation check. Tentatively document C99 features.
author Christian Brabandt <cb@256bit.org>
date Tue, 17 Apr 2018 22:15:07 +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