diff --git a/Shorewall-common/shorewall b/Shorewall-common/shorewall index 74b6788e3..f62747986 100755 --- a/Shorewall-common/shorewall +++ b/Shorewall-common/shorewall @@ -1551,9 +1551,11 @@ case "$COMMAND" in ;; version) echo $version + if [ -f /usr/share/shorewall-shell/version ]; then echo "Shorewall-shell $(cat /usr/share/shorewall-shell/version)" fi + if [ -f /usr/share/shorewall-perl/version ]; then echo "Shorewall-perl $(cat /usr/share/shorewall-perl/version)" fi