author | Michael Krelin <hacker@klever.net> | 2004-07-05 01:53:09 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2004-07-05 01:53:09 (UTC) |
commit | 885f8cc426a8840ae61023b75f3f0e4a1e268082 (patch) (side-by-side diff) | |
tree | 5e942d450c97ca0bf0f9cfb80aa0fefb486535d9 /README | |
download | kinsole-885f8cc426a8840ae61023b75f3f0e4a1e268082.zip kinsole-885f8cc426a8840ae61023b75f3f0e4a1e268082.tar.gz kinsole-885f8cc426a8840ae61023b75f3f0e4a1e268082.tar.bz2 |
initial commit into svn repository
git-svn-id: http://svn.klever.net/kin/kinsole/trunk@1 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | README | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -0,0 +1,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: |