From e6d3539b51526bf1989ade40d6def6a4dc0fcc4c Mon Sep 17 00:00:00 2001 From: Louwrentius Date: Tue, 5 May 2009 20:30:19 +0000 Subject: [PATCH] upped version number --- ppss.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppss.sh b/ppss.sh index 44eb90d..aae0535 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.18" +SCRIPT_VERSION="2.19" # The first argument to this script is always the 'mode'. MODE="$1"