summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoretienne2006-09-01 11:47:07 +0000
committeretienne2006-09-01 11:47:07 +0000
commitc55152a7e9a94e524cf4b9df46ef4d77d8ca35db (patch)
treeab6cada37426c2fdacc9354ced9769c3c90089bf
parente692439ecc74471675dd757623564cd70021f1ca (diff)
downloadivymon-c55152a7e9a94e524cf4b9df46ef4d77d8ca35db.zip
ivymon-c55152a7e9a94e524cf4b9df46ef4d77d8ca35db.tar.gz
ivymon-c55152a7e9a94e524cf4b9df46ef4d77d8ca35db.tar.bz2
ivymon-c55152a7e9a94e524cf4b9df46ef4d77d8ca35db.tar.xz
version updated.
-rwxr-xr-xsrc/ivymon2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivymon b/src/ivymon
index ce538d1..8a88982 100755
--- a/src/ivymon
+++ b/src/ivymon
@@ -92,7 +92,7 @@ use vars qw/$VERSION $opt_help $opt_b $opt_bus $opt_history @opt_bind @opt_send
$opt_undersize $opt_out $opt_loadingmode $opt_replayrepeat $opt_replaystartregexp
$opt_replaystopregexp $opt_replaytimegranularity/;
# **** VERSION ***
-$VERSION = '1.15';
+$VERSION = '1.15.1';
# options initialisation
$opt_loadingmode = 'replay-pause';