view nsis/gvim_version.nsh @ 21568:a87ab06501ad v8.2.1334

patch 8.2.1334: Github workflow timeout needs tuning Commit: https://github.com/vim/vim/commit/b53da7918c643ef4de1256c37bc8b92413e6dcec Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 1 12:26:04 2020 +0200 patch 8.2.1334: Github workflow timeout needs tuning Problem: Github workflow timeout needs tuning Solution: Use a 10 minute timeout. Fail when timing out. (Ken Takata, closes #6590)
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Aug 2020 12:30:04 +0200
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