From c6161eb4b46598b8c3fcbcb896364bdb9d39e08b Mon Sep 17 00:00:00 2001 From: Louwrentius Date: Fri, 13 Mar 2009 10:47:54 +0000 Subject: [PATCH] Forgot to uptdate the version. --- ppss.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppss.sh b/ppss.sh index aa977d6..f271dd9 100755 --- a/ppss.sh +++ b/ppss.sh @@ -38,7 +38,7 @@ trap 'kill_process; ' INT # Setting some vars. Do not change. SCRIPT_NAME="Distributed Parallel Processing Shell Script" -SCRIPT_VERSION="2.03" +SCRIPT_VERSION="2.05" # The first argument to this script is always the 'mode'. MODE="$1"