view nsis/gvim_version.nsh @ 24860:594edca79708 v8.2.2968

patch 8.2.2968: Vim9: memory leak Commit: https://github.com/vim/vim/commit/54656015d384a96ef814dfcf2a18e47f5ba3df14 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 9 20:50:46 2021 +0200 patch 8.2.2968: Vim9: memory leak Problem: Vim9: memory leak Solution: Unreference pt_outer of partial.
author Bram Moolenaar <Bram@vim.org>
date Wed, 09 Jun 2021 21:00:03 +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