From 4d5324e7c813a04dc46ca465ae7e281bf67447db Mon Sep 17 00:00:00 2001 From: Louwrentius Date: Sun, 7 Feb 2010 21:34:05 +0000 Subject: [PATCH] Version number bump. --- ppss | 2 +- ppss-test.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ppss b/ppss index 69737c4..705d145 100755 --- a/ppss +++ b/ppss @@ -25,7 +25,7 @@ trap 'kill_process' SIGINT # Setting some vars. SCRIPT_NAME="Distributed Parallel Processing Shell Script" -SCRIPT_VERSION="2.55" +SCRIPT_VERSION="2.56" # The first argument to this script can be a mode. MODES="node start config stop pause continue deploy status erase kill" diff --git a/ppss-test.sh b/ppss-test.sh index bbb2569..31b51ca 100755 --- a/ppss-test.sh +++ b/ppss-test.sh @@ -1,9 +1,9 @@ #!/bin/bash DEBUG="$1" -VERSION=2.55 +VERSION=2.56 TMP_DIR="ppss" -PPSS=./ppss_new +PPSS=./ppss PPSS_DIR=ppss_dir cleanup () {