From fedd72bf1cd6b56e77f876b017413f8272307041 Mon Sep 17 00:00:00 2001 From: Louwrentius Date: Sun, 8 Nov 2009 17:50:49 +0000 Subject: [PATCH] Marking current version as 2.40 --- ppss.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppss.sh b/ppss.sh index 202fa41..5c5ac80 100755 --- a/ppss.sh +++ b/ppss.sh @@ -38,7 +38,7 @@ trap 'kill_process; ' INT # Setting some vars. SCRIPT_NAME="Distributed Parallel Processing Shell Script" -SCRIPT_VERSION="2.36" +SCRIPT_VERSION="2.40" # The first argument to this script can be a mode. MODES="node start config stop pause continue deploy status erase kill"