view nsis/gvim_version.nsh @ 23280:a6d48e6961aa

Add missing change to version.c Commit: https://github.com/vim/vim/commit/c882e4d169fd5e0364bc91642040337efe7327a6 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 22 12:18:11 2020 +0100 Add missing change to version.c
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Dec 2020 12:30:03 +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