view nsis/gvim_version.nsh @ 26048:e8592947d90b v8.2.3558

patch 8.2.3558: Vim9: asserting the wrong variable Commit: https://github.com/vim/vim/commit/06ca48a40f049f20347c9630a180457d1f1aece5 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 23 10:25:21 2021 +0100 patch 8.2.3558: Vim9: asserting the wrong variable Problem: Vim9: asserting the wrong variable. Solution: Don't use Foo, use Goo.
author Bram Moolenaar <Bram@vim.org>
date Sat, 23 Oct 2021 11:30:04 +0200
parents af69c9335223
children f8116058ca76
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 2
!endif