author | Michael Krelin <hacker@klever.net> | 2004-07-11 04:24:08 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2004-07-11 04:24:08 (UTC) |
commit | 1868461cbfcc14f02781df0f365ac8058eef5dde (patch) (unidiff) | |
tree | b54e6c14c02f5a40ebe9d7b135638178a350bc32 /README.RELEASE | |
parent | fb8b43dbce8bc310718614384297aeaabb9a3cbb (diff) | |
download | bigbrother-1868461cbfcc14f02781df0f365ac8058eef5dde.zip bigbrother-1868461cbfcc14f02781df0f365ac8058eef5dde.tar.gz bigbrother-1868461cbfcc14f02781df0f365ac8058eef5dde.tar.bz2 |
prepared for bigbrother 1.5 release1.5
git-svn-id: http://svn.klever.net/kin/bigbrother/trunk@5 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | README.RELEASE | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/README.RELEASE b/README.RELEASE new file mode 100644 index 0000000..114afa5 --- a/dev/null +++ b/README.RELEASE | |||
@@ -0,0 +1,32 @@ | |||
1 | |||
2 | Before compiling canned install executable the following files should be placed | ||
3 | in the build tree: | ||
4 | |||
5 | redist/mfc42.dl_ | ||
6 | |||
7 | Release checklist: | ||
8 | (These are tags stored in KTAGS file. please, keep in sync. Use vim to | ||
9 | jump to these tags. I haven't tried it on windows, though). | ||
10 | |||
11 | |help-news| - Release notes in help file | ||
12 | |||
13 | Version number in the following places: | ||
14 | |||
15 | |about-version| - About box | ||
16 | |vsinfo-numeric-version| - VERSIONINFO numerical File&Prod V | ||
17 | |vsinfo-string-version| - VERSIONINFO string File&Prod V | ||
18 | |install-version| - Version used in install | ||
19 | |install-vsinfo-numeric-version|- install's VERSIONINFO block | ||
20 | |install-vsinfo-string-version| - install's VERSIONINFO block | ||
21 | |||
22 | If the year flips check these: | ||
23 | |||
24 | |about-date| - About box | ||
25 | |help-license-date| - license in help file | ||
26 | |license-date| - license in COPYING file | ||
27 | |vsinfo-date| - Copyright in VERSIONINFO block | ||
28 | |install-vsinfo-date| - Copyright in install's VERSIONINFO | ||
29 | block | ||
30 | |||
31 | This is for vim (don't remove): | ||
32 | vim:set tags=KTAGS isk=!-~,^*,^\|,^\" ft=help: | ||