diff nsis/gvim_version.nsh @ 10198:9f48eab77d62 v8.0.0000

commit https://github.com/vim/vim/commit/bb76f24af2010943387ce696a7092175b4ecccf2 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 12 14:24:39 2016 +0200 Vim 8.0 release
author Christian Brabandt <cb@256bit.org>
date Mon, 12 Sep 2016 14:30:13 +0200
parents 357b7bd8d612
children 1174611ad715
line wrap: on
line diff
--- a/nsis/gvim_version.nsh
+++ b/nsis/gvim_version.nsh
@@ -1,6 +1,6 @@
 # Generated from Makefile: define the version numbers
 !ifndef __GVIM_VER__NSH__
 !define __GVIM_VER__NSH__
-!define VER_MAJOR 7
-!define VER_MINOR 4
+!define VER_MAJOR 8
+!define VER_MINOR 0
 !endif