projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd50fb9
)
Append distribution name to protocol version as vendor string Append distribution...
silc.client.0.9.5
author
Pekka Riikonen
<priikone@silcnet.org>
Sat, 7 Sep 2002 15:38:38 +0000
(15:38 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Sat, 7 Sep 2002 15:38:38 +0000
(15:38 +0000)
prepare
patch
|
blob
|
history
diff --git
a/prepare
b/prepare
index ebc33d26280c3689b611638c05953a3dd48bf524..122495435126b984d68596924a586b6cdb214387 100755
(executable)
--- 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