got routing essentially working
[spider.git] / cmd / show / version.pl
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..2bf3a7fe560d28c50aede799da0aa9240b0d95c1 100644 (file)
@@ -0,0 +1,15 @@
+#
+# show the version number of the software + copyright info
+#
+# Copyright (c) 1998 Dirk Koopman G1TLH
+#
+# $Id$
+#
+
+my @out;
+
+push @out, "DX Spider Cluster version $main::version";
+push @out, "written in perl for unix";
+push @out, "Copyright (c) 1998 Dirk Koopman G1TLH";
+
+return (1, @out);