annotate nsis/gvim_version.nsh @ 29314:f8116058ca76 v9.0.0000

release version 9.0 Commit: https://github.com/vim/vim/commit/eb49041875118be5fe60f07750c7c86cb26dccef Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 28 13:44:46 2022 +0100 release version 9.0 Problem: About time to release Vim 9.0. Solution: Update the version number everywhere.
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 Jun 2022 14:45:09 +0200
parents af69c9335223
children 4635e43f2c6f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7443
357b7bd8d612 commit https://github.com/vim/vim/commit/6c7b44472f7055c78d996e1b626bd2932502212f
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
1 # Generated from Makefile: define the version numbers
357b7bd8d612 commit https://github.com/vim/vim/commit/6c7b44472f7055c78d996e1b626bd2932502212f
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
2 !ifndef __GVIM_VER__NSH__
357b7bd8d612 commit https://github.com/vim/vim/commit/6c7b44472f7055c78d996e1b626bd2932502212f
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
3 !define __GVIM_VER__NSH__
29314
f8116058ca76 release version 9.0
Bram Moolenaar <Bram@vim.org>
parents: 18879
diff changeset
4 !define VER_MAJOR 9
f8116058ca76 release version 9.0
Bram Moolenaar <Bram@vim.org>
parents: 18879
diff changeset
5 !define VER_MINOR 0
7443
357b7bd8d612 commit https://github.com/vim/vim/commit/6c7b44472f7055c78d996e1b626bd2932502212f
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
6 !endif