diff --git a/Shorewall-common/shorewall b/Shorewall-common/shorewall index 771f59415..0b75fe7e2 100755 --- a/Shorewall-common/shorewall +++ b/Shorewall-common/shorewall @@ -1437,6 +1437,10 @@ version_command() { echo $version if [ -n "$all" ]; then + 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