view nsis/gvim_version.nsh @ 19031:9cad3d0c34b3 v8.2.0076

patch 8.2.0076: Python 3 unicode test fails on MS-Windows Commit: https://github.com/vim/vim/commit/955f4e6f36ea009b90803d12a62108c94f446778 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 1 17:44:56 2020 +0100 patch 8.2.0076: Python 3 unicode test fails on MS-Windows Problem: Python 3 unicode test fails on MS-Windows. Solution: Do not set 'encoding' to "debug" on MS-Windows.
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Jan 2020 18:00:04 +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