comparison 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
comparison
equal deleted inserted replaced
18878:ef90e5bbb971 18879:af69c9335223
1 # Generated from Makefile: define the version numbers 1 # Generated from Makefile: define the version numbers
2 !ifndef __GVIM_VER__NSH__ 2 !ifndef __GVIM_VER__NSH__
3 !define __GVIM_VER__NSH__ 3 !define __GVIM_VER__NSH__
4 !define VER_MAJOR 8 4 !define VER_MAJOR 8
5 !define VER_MINOR 1 5 !define VER_MINOR 2
6 !endif 6 !endif