view nsis/gvim_version.nsh @ 25354:54425c665ba9 v8.2.3214

patch 8.2.3214: MS-Windows: passing /D does not set the install location Commit: https://github.com/vim/vim/commit/7d60384a00755e5c0112cebeb5e232fc133c9eca Author: Christian Brabandt <cb@256bit.org> Date: Sat Jul 24 21:19:42 2021 +0200 patch 8.2.3214: MS-Windows: passing /D does not set the install location Problem: MS-Windows: passing /D does not set the install location. Solution: Adjust how the installer uses $VIM. Update the documentation. (Christian Brabandt, closes #8605)
author Bram Moolenaar <Bram@vim.org>
date Sat, 24 Jul 2021 21:30:04 +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