Version number bump.

This commit is contained in:
Louwrentius 2010-02-07 21:34:05 +00:00
parent a9b4eac886
commit 4d5324e7c8
2 changed files with 3 additions and 3 deletions

2
ppss
View File

@ -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"

View File

@ -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 () {