]> git.etc.gen.nz Git - spong.git/commitdiff
incremented version number
authorStephen L Johnson <sjohnson@monsters.org>
Tue, 8 Feb 2000 19:09:48 +0000 (19:09 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Tue, 8 Feb 2000 19:09:48 +0000 (19:09 +0000)
.version
build

index 112ac36359d8d8e7743f5b18e4d20654b9aa3b84..f45ef80b42d75efcdbd6ed512152e5eec9b2ecbe 100755 (executable)
--- a/.version
+++ b/.version
@@ -1 +1 @@
-spong 2.6
+spong 2.7
diff --git a/build b/build
index 74b3312c0aa8a13ed787c47ab5f49089b1ec773f..690c560137f0323799bd5d9506f0cbb42cf8a203 100755 (executable)
--- 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);