From b830f8fa1e7e223be5926ab675598b454b352a93 Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Tue, 8 Feb 2000 19:09:48 +0000 Subject: [PATCH] incremented version number --- .version | 2 +- build | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 112ac36..f45ef80 100755 --- a/.version +++ b/.version @@ -1 +1 @@ -spong 2.6 +spong 2.7 diff --git a/build b/build index 74b3312..690c560 100755 --- a/build +++ b/build @@ -32,7 +32,7 @@ $ICGIDIR = "$IPREFIX/cgi-bin"; # ----------------------------------------------------------------------------- @bin = qw( spong spong-server spong-network spong-client spong-message - spong-ack spong-cleanup ); + spong-ack spong-cleanup spong-status); @lib = qw( Ack AckList History HistoryList Host HostList Info Service ServiceList ); @cgibin = qw( www-spong www-spong-ack ); @@ -40,7 +40,7 @@ $ICGIDIR = "$IPREFIX/cgi-bin"; # Make sure that we are running build in the directory where things are # unpacked. This is kind of a lame check, but good enough for now... -if( `cat ./.version 2>&1` ne "spong 2.6\n" ) { +if( `cat ./.version 2>&1` ne "spong 2.7\n" ) { print "Error: You need to run build from the directory that you unpacked "; print "spong in.\nPlease \"cd\" into that directory and type \"./build\"\n"; exit(0); -- 2.30.2