view nsis/gvim_version.nsh @ 20195:a2447c58da25 v8.2.0653

patch 8.2.0653: using uninitialized pointer Commit: https://github.com/vim/vim/commit/03afdcf1f449d23c9b6bc56d8b61f31dd4e11836 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 27 23:39:30 2020 +0200 patch 8.2.0653: using uninitialized pointer Problem: using uninitialized pointer. Solution: Move assignment up. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Mon, 27 Apr 2020 23:45: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