X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=config%2Fversion.sh;h=5a9628c250354e62d8acf00c3e1dc9c83577fe7b;hp=61d9637ac062dc4215a4fc5c58daa96d78a25f3b;hb=c7b5e1df086bcc37ff40163ee67571f076cf6683;hpb=a485ed478abbd599d8c9aab48934e7a26733ecb1 diff --git a/config/version.sh b/config/version.sh index 61d9637..5a9628c 100755 --- a/config/version.sh +++ b/config/version.sh @@ -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\";"