view nsis/gvim_version.nsh @ 31982:9113d903a2c6 v9.0.1323

patch 9.0.1323: build failure with +eval feature Commit: https://github.com/vim/vim/commit/3e1ac1443af0bce41351b9d917651ac4fe41928d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 18 19:49:32 2023 +0000 patch 9.0.1323: build failure with +eval feature Problem: Build failure with +eval feature. Solution: Add missing part for using funcerror_T.
author Bram Moolenaar <Bram@vim.org>
date Sat, 18 Feb 2023 21:00:03 +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