view nsis/gvim_version.nsh @ 24120:b926b24684c1 v8.2.2601

patch 8.2.2601: memory usage test often fails on FreeBSD Commit: https://github.com/vim/vim/commit/6bce5856b5fc4d4eb8f75298382251ecda659ac3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 13 22:11:51 2021 +0100 patch 8.2.2601: memory usage test often fails on FreeBSD Problem: Memory usage test often fails on FreeBSD. Solution: Increase multiplier for upper limit.
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Mar 2021 22:15:02 +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