view nsis/gvim_version.nsh @ 25166:ff769f272e7f v8.2.3119

patch 8.2.3119: compiler warning for unused argument Commit: https://github.com/vim/vim/commit/6a9e5c69cf36676e65ae191264872a3e41bde37f Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 7 22:13:08 2021 +0200 patch 8.2.3119: compiler warning for unused argument Problem: Compiler warning for unused argument. Solution: Add UNUSED.
author Bram Moolenaar <Bram@vim.org>
date Wed, 07 Jul 2021 22:15: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