view nsis/gvim_version.nsh @ 25292:eaf013720ec8 v8.2.3183

patch 8.2.3183: duplicate error numbers Commit: https://github.com/vim/vim/commit/98c2eaed27579602e05e7b96aa3a60428a8b9cb2 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 19 10:38:49 2021 +0200 patch 8.2.3183: duplicate error numbers Problem: Duplicate error numbers. Solution: Adjust the error numbers.
author Bram Moolenaar <Bram@vim.org>
date Mon, 19 Jul 2021 10:45: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