author | Michael Krelin <hacker@klever.net> | 2004-07-11 04:29:12 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2004-07-11 04:29:12 (UTC) |
commit | d6f931eb800d16d0bf116765cbaeef83d232cfad (patch) (unidiff) | |
tree | 811e8513e303825ebf028ea9df332a243cdc38f8 /README.RELEASE | |
parent | 885f8cc426a8840ae61023b75f3f0e4a1e268082 (diff) | |
download | kinsole-d6f931eb800d16d0bf116765cbaeef83d232cfad.zip kinsole-d6f931eb800d16d0bf116765cbaeef83d232cfad.tar.gz kinsole-d6f931eb800d16d0bf116765cbaeef83d232cfad.tar.bz2 |
prepared for kinsole 1.1 release1.1
git-svn-id: http://svn.klever.net/kin/kinsole/trunk@7 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | README.RELEASE | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/README.RELEASE b/README.RELEASE new file mode 100644 index 0000000..9bbcbe8 --- a/dev/null +++ b/README.RELEASE | |||
@@ -0,0 +1,27 @@ | |||
1 | |||
2 | Release checklist: | ||
3 | (These are tags stored in KTAGS file. please, keep in sync. Use vim to | ||
4 | jump to these tags. I haven't tried it on windows, though). | ||
5 | |||
6 | |help-news| - Release notes in help file | ||
7 | |||
8 | Version number in the following places: | ||
9 | |||
10 | |kinsole-version| - KINSole code define | ||
11 | |vsinfo-numeric-version| - VERSIONINFO numerical File&Prod V | ||
12 | |vsinfo-string-version| - VERSIONINFO string File&Prod V | ||
13 | |install-version| - Version used in install | ||
14 | |install-vsinfo-numeric-version|- install's VERSIONINFO block | ||
15 | |install-vsinfo-string-version| - install's VERSIONINFO block | ||
16 | |||
17 | If the year flips check these: | ||
18 | |||
19 | |usage-date| - Usage message copyright notice | ||
20 | |help-license-date| - license in help file | ||
21 | |license-date| - license in COPYING file | ||
22 | |vsinfo-date| - Copyright in VERSIONINFO block | ||
23 | |install-vsinfo-date| - Copyright in install's VERSIONINFO | ||
24 | |||
25 | |||
26 | This is for vim (don't remove): | ||
27 | vim:set tags=KTAGS isk=!-~,^*,^\|,^\" ft=help: | ||