view nsis/gvim_version.nsh @ 30230:aad84f731ef9

Add missing part of patch Commit: https://github.com/vim/vim/commit/7b2d87220c6c974d5cdae672b6f9620a6bcbd1dc Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 12 15:16:29 2022 +0100 Add missing part of patch
author Bram Moolenaar <Bram@vim.org>
date Mon, 12 Sep 2022 16:30:03 +0200
parents f8116058ca76
children 4635e43f2c6f
line wrap: on
line source

# Generated from Makefile: define the version numbers
!ifndef __GVIM_VER__NSH__
!define __GVIM_VER__NSH__
!define VER_MAJOR 9
!define VER_MINOR 0
!endif