send: Sign and encrypt messages automatically, based on Sign: and Enc: Hdrs.
[mmh] / config / version.sh
index 61d9637..5a9628c 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# version.sh -- script to create version string(s) for nmh.
+# version.sh -- script to create version string(s) for mmh.
 #
 # You need to pass the script the version number to use.
 #
@@ -40,5 +40,5 @@ done
 
 IFS=" "
 
-echo "char *version_str = \"nmh-$VERSION [compiled on $HOSTNAME at `date`]\";"
-echo "char *version_num = \"nmh-$VERSION\";"
+echo "char *version_str = \"mmh-$VERSION [compiled on $HOSTNAME at `date`]\";"
+echo "char *version_num = \"mmh-$VERSION\";"