view nsis/gvim_version.nsh @ 30855:cd23a72d67ae v9.0.0762

patch 9.0.0762: build failure Commit: https://github.com/vim/vim/commit/4b082c4bd05f504fda1acaa9d28fca55a2d04857 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 15 16:25:27 2022 +0100 patch 9.0.0762: build failure Problem: Build failure. Solution: Add missing change.
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Oct 2022 17:30:02 +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