blob: 9bbcbe8932fb10977805591b1bb61a13f07d458a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
Release checklist:
(These are tags stored in KTAGS file. please, keep in sync. Use vim to
jump to these tags. I haven't tried it on windows, though).
|help-news| - Release notes in help file
Version number in the following places:
|kinsole-version| - KINSole code define
|vsinfo-numeric-version| - VERSIONINFO numerical File&Prod V
|vsinfo-string-version| - VERSIONINFO string File&Prod V
|install-version| - Version used in install
|install-vsinfo-numeric-version| - install's VERSIONINFO block
|install-vsinfo-string-version| - install's VERSIONINFO block
If the year flips check these:
|usage-date| - Usage message copyright notice
|help-license-date| - license in help file
|license-date| - license in COPYING file
|vsinfo-date| - Copyright in VERSIONINFO block
|install-vsinfo-date| - Copyright in install's VERSIONINFO
This is for vim (don't remove):
vim:set tags=KTAGS isk=!-~,^*,^\|,^\" ft=help:
|