view nsis/gvim_version.nsh @ 26224:7d66d585bffa v8.2.3643

patch 8.2.3643: header for source file is outdated Commit: https://github.com/vim/vim/commit/a3f83feb63eae5464a620ae793c002eb45f7a838 Author: zeertzjq <zeertzjq@outlook.com> Date: Mon Nov 22 12:47:39 2021 +0000 patch 8.2.3643: header for source file is outdated Problem: Header for source file is outdated. Solution: Make the header more accurate. (closes https://github.com/vim/vim/issues/9186)
author Bram Moolenaar <Bram@vim.org>
date Mon, 22 Nov 2021 14:00:05 +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