view nsis/gvim_version.nsh @ 32555:5c4c2d82d751 v9.0.1609

patch 9.0.1609: crash when an object indirectly references itself Commit: https://github.com/vim/vim/commit/f7ca56f7193f8b383be43f1f6b3a6c6ca77b4233 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 5 16:53:25 2023 +0100 patch 9.0.1609: crash when an object indirectly references itself Problem: Crash when an object indirectly references itself. Solution: Avoid clearing an object while it is already being cleared. (closes #12494)
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Jun 2023 18:00:04 +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