view nsis/gvim_version.nsh @ 29185:523a97eab139 v8.2.5112

patch 8.2.5112: gui test hangs on MS-Windows Commit: https://github.com/vim/vim/commit/a272624c763fea9f98510bbc5b1f2b65a309c765 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 16 16:36:43 2022 +0100 patch 8.2.5112: gui test hangs on MS-Windows Problem: Gui test hangs on MS-Windows. Solution: Use "!start" to start Vim.
author Bram Moolenaar <Bram@vim.org>
date Thu, 16 Jun 2022 17:45:02 +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