view nsis/gvim_version.nsh @ 27078:94e38672014a v8.2.4068

patch 8.2.4068: Vim9: import test fails Commit: https://github.com/vim/vim/commit/f479cac084c7ddd9f20944c8978d39f3ef092868 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 12 12:54:55 2022 +0000 patch 8.2.4068: Vim9: import test fails Problem: Vim9: import test fails. Solution: Add missing change.
author Bram Moolenaar <Bram@vim.org>
date Wed, 12 Jan 2022 14:00:07 +0100
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