author | Michael Krelin <hacker@klever.net> | 2004-07-11 04:21:31 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2004-07-11 04:21:31 (UTC) |
commit | 511a00c606959e61950a87ce3675745cdcf6e757 (patch) (side-by-side diff) | |
tree | 6b36f3527f4b9791dd0bbc1b7d1bfceb5838c224 /README | |
parent | 5305ddd8332ebd905ebef3b8365fc0d736858a7a (diff) | |
download | dipstick-511a00c606959e61950a87ce3675745cdcf6e757.zip dipstick-511a00c606959e61950a87ce3675745cdcf6e757.tar.gz dipstick-511a00c606959e61950a87ce3675745cdcf6e757.tar.bz2 |
prepared for dipstick 3.0 release3.0
git-svn-id: http://svn.klever.net/kin/dipstick/trunk@4 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | README | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/README b/README deleted file mode 100644 index 7dab6ae..0000000 --- a/README +++ b/dev/null @@ -1,36 +0,0 @@ - -Before compiling canned install executable the following files should be placed -in the build tree: - -redist/mfc42.dl_ - -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: - -|about-version| - About box -|dragpad-version| - Dragpad title -|dndtarget-version| - Drag'n'drop target tooltip -|dialog-version| - Dipstick's main dialog title -|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: - -|about-date| - About box -|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 - block - - -This is for vim (don't remove): - vim:set tags=KTAGS isk=!-~,^*,^\|,^\" ft=help: |