view nsis/gvim_version.nsh @ 28540:63e9b0016a6c v8.2.4794

patch 8.2.4794: compiler warning for not initialized variable Commit: https://github.com/vim/vim/commit/4c84dd33ad739237bb38bb4e51702af972b5e507 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 20 10:22:54 2022 +0100 patch 8.2.4794: compiler warning for not initialized variable Problem: Compiler warning for not initialized variable. Solution: Initialize the variable. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Wed, 20 Apr 2022 11:30:05 +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