view nsis/gvim_version.nsh @ 33092:4544279fae46 v9.0.1831

patch 9.0.1831: Vim9: failing null test Commit: https://github.com/vim/vim/commit/6ad4a60a972c7dc2d0cd099fed1e8480cc63422f Author: Gianmaria Bajo <mg1979.git@gmail.com> Date: Thu Aug 31 20:55:35 2023 +0200 patch 9.0.1831: Vim9: failing null test Problem: Vim9: failing null test Solution: Use required public keyword closes: #12982 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Gianmaria Bajo <mg1979.git@gmail.com>
author Christian Brabandt <cb@256bit.org>
date Thu, 31 Aug 2023 21:00: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