view nsis/gvim_version.nsh @ 30679:815b02faced9 v9.0.0674

patch 9.0.0674: build error with tiny version Commit: https://github.com/vim/vim/commit/4d31b48a114c106ec18ceaae9cfd084b8ca7faee Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 6 16:03:09 2022 +0100 patch 9.0.0674: build error with tiny version Problem: Build error with tiny version. Solution: Use PLINES_NOFILL macro.
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Oct 2022 17:15:02 +0200
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