Created DATE that contains a datestamp used in the man pages. It should be updated...
authorShantonu Sen <ssen@mit.edu>
Sat, 30 Dec 2000 09:50:13 +0000 (09:50 +0000)
committerShantonu Sen <ssen@mit.edu>
Sat, 30 Dec 2000 09:50:13 +0000 (09:50 +0000)
DATE [new file with mode: 0644]
docs/README.developers

diff --git a/DATE b/DATE
new file mode 100644 (file)
index 0000000..6d20d9c
--- /dev/null
+++ b/DATE
@@ -0,0 +1 @@
+30 Dec 2000
index 4400071..14cf138 100644 (file)
@@ -171,10 +171,12 @@ To make a public release of nmh (we'll use version 1.0.4 and my mhost.com
 account, danh, as examples here):
 
  1. % echo 1.0.4 > VERSION
+    % date +"%e %B %Y" > DATE
+    (DATE should contain something like "30 December 2000")
 
  2. Put a comment like "Released nmh-1.0.4." in the ChangeLog.
 
- 3. % cvs commit ChangeLog VERSION
+ 3. % cvs commit ChangeLog VERSION DATE
 
  4. % cvs tag nmh-1_0_4
     (cvs treats dots specially, so underscores are substituted here.)