view nsis/gvim_version.nsh @ 24224:115c0196588d v8.2.2653

patch 8.2.2653: build failure Commit: https://github.com/vim/vim/commit/3a0f092ac0dbdd4ce71f9c4abe020e89f13df36c Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 25 22:22:30 2021 +0100 patch 8.2.2653: build failure Problem: Build failure. Solution: Add missing changes.
author Bram Moolenaar <Bram@vim.org>
date Thu, 25 Mar 2021 22:30:04 +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