view nsis/gvim_version.nsh @ 18879:af69c9335223

Vim 8.2 release Commit: https://github.com/vim/vim/commit/98056533b96b6b5d8849641de93185dd7bcadc44 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 12 14:18:35 2019 +0100 Vim 8.2 release
author Bram Moolenaar <Bram@vim.org>
date Thu, 12 Dec 2019 14:30:07 +0100
parents 1174611ad715
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