view nsis/gvim_version.nsh @ 27653:52bbe3590f50 v8.2.4352

patch 8.2.4352: ReScript files are not recognized Commit: https://github.com/vim/vim/commit/0c3cc2fec31521b0697edc406f85b7a43e979860 Author: Ananda Umamil <zweimach@zweimach.org> Date: Sat Feb 12 10:33:56 2022 +0000 patch 8.2.4352: ReScript files are not recognized Problem: ReScript files are not recognized. Solution: Add the *.res and *.resi patterns. (Ananda Umamil, closes https://github.com/vim/vim/issues/9752)
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Feb 2022 11:45:03 +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