view nsis/gvim_version.nsh @ 32146:c21872825f23 v9.0.1404

patch 9.0.1404: compilation error with some compilers Commit: https://github.com/vim/vim/commit/e638acc9274112ca5ac6b610b01e44ab2a1e19ce Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 15 17:08:51 2023 +0000 patch 9.0.1404: compilation error with some compilers Problem: Compilation error with some compilers. Solution: Adjust array initialization. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Wed, 15 Mar 2023 18:15:04 +0100
parents f8116058ca76
children 4635e43f2c6f
line wrap: on
line source

# Generated from Makefile: define the version numbers
!ifndef __GVIM_VER__NSH__
!define __GVIM_VER__NSH__
!define VER_MAJOR 9
!define VER_MINOR 0
!endif