summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoretienne2004-09-06 11:46:32 +0000
committeretienne2004-09-06 11:46:32 +0000
commit620663952417727c10645ca36a6f7e88bb673d8d (patch)
tree83167b16bcbfd0e5aab4182026d076367749ba6f
parentf29ce1916adf2442d1df79e0815252eb81ba45b3 (diff)
downloadivymon-620663952417727c10645ca36a6f7e88bb673d8d.zip
ivymon-620663952417727c10645ca36a6f7e88bb673d8d.tar.gz
ivymon-620663952417727c10645ca36a6f7e88bb673d8d.tar.bz2
ivymon-620663952417727c10645ca36a6f7e88bb673d8d.tar.xz
updated release number
-rwxr-xr-xsrc/ivymon2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivymon b/src/ivymon
index 806fa96..3b4a3f3 100755
--- a/src/ivymon
+++ b/src/ivymon
@@ -21,7 +21,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.8';
+$VERSION = '1.9';
# options initialisation
$opt_loadingmode = 'replay-pause';