From 3ef6a37371f7cce7ba8bbd946460e41dca4c1954 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sat, 7 Sep 2002 15:38:38 +0000 Subject: [PATCH] Append distribution name to protocol version as vendor string Append distribution name to protocol version as vendor string.. --- prepare | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare b/prepare index ebc33d26..12249543 100755 --- a/prepare +++ b/prepare @@ -142,7 +142,7 @@ file=includes/version_internal.h echo "/* Automatically generated by ./prepare */" >$file echo "#define SILC_VERSION_STRING \"$version\"" >>$file echo "#define SILC_DIST_VERSION_STRING \"$dist_version\"" >>$file -echo "#define SILC_PROTOCOL_VERSION_STRING \"SILC-1.1-$dist_version\"" >>$file +echo "#define SILC_PROTOCOL_VERSION_STRING \"SILC-1.1-$dist_version $distribution\"" >>$file echo "#define SILC_NAME \"SILC $distribution\"" >>$file # preparing irssi -- 2.24.0