summaryrefslogtreecommitdiffstats
path: root/nsis
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-05-17 17:04:55 +0200
committerBram Moolenaar <Bram@vim.org>2018-05-17 17:04:55 +0200
commitb1c9198afb7ff902588b45fbe44f0760a9f48375 (patch)
tree7e7c0e76cda65cf249ff3a2d4247b0c3e765205e /nsis
parent03998f606a846e7995047b0356dbb9f515f5244c (diff)
Vim 8.1 releasev8.1.0000
Update version number and information. Fix a couple of tests.
Diffstat (limited to 'nsis')
-rw-r--r--nsis/gvim_version.nsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsis/gvim_version.nsh b/nsis/gvim_version.nsh
index 4481f3295d..f34feab0a5 100644
--- a/nsis/gvim_version.nsh
+++ b/nsis/gvim_version.nsh
@@ -2,5 +2,5 @@
!ifndef __GVIM_VER__NSH__
!define __GVIM_VER__NSH__
!define VER_MAJOR 8
-!define VER_MINOR 0
+!define VER_MINOR 1
!endif