view nsis/gvim_version.nsh @ 23835:806dfc7c7995 v8.2.2459

patch 8.2.2459: Coverity reports dead code Commit: https://github.com/vim/vim/commit/8bead9a058907e7f10ad25893d8475d2d9dd173c Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 3 19:51:18 2021 +0100 patch 8.2.2459: Coverity reports dead code Problem: Coverity reports dead code. Solution: Remove the dead code.
author Bram Moolenaar <Bram@vim.org>
date Wed, 03 Feb 2021 20:00:04 +0100
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