From 79d2790deb28ebbd81d3441b6f7402b2e5f6ca93 Mon Sep 17 00:00:00 2001 From: Louwrentius Date: Sun, 4 Jan 2009 13:36:42 +0000 Subject: [PATCH] updated version number --- ppss.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppss.sh b/ppss.sh index eabf741..7b54919 100755 --- a/ppss.sh +++ b/ppss.sh @@ -39,7 +39,7 @@ trap 'kill_process; ' INT # Setting some vars. Do not change. SCRIPT_NAME="Parallel Processing Shell Script" -SCRIPT_VERSION="1.01" +SCRIPT_VERSION="1.02" RUNNING_SIGNAL="$0_is_running" GLOBAL_LOCK="PPSS-$RANDOM-$RANDOM"