summaryrefslogtreecommitdiffstats
path: root/nsis
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-12-12 14:18:35 +0100
committerBram Moolenaar <Bram@vim.org>2019-12-12 14:18:35 +0100
commit98056533b96b6b5d8849641de93185dd7bcadc44 (patch)
tree8525c5d15798da50846bad3b6e9aa95c3855e3b3 /nsis
parent469bdbde1e8ea8110705327ab193acca79296742 (diff)
Vim 8.2 releasev8.2.0000v8.2.0
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 f34feab0a5..92a77866eb 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 1
+!define VER_MINOR 2
!endif