summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoretienne2004-12-03 09:19:46 +0000
committeretienne2004-12-03 09:19:46 +0000
commit4ecc096a4c995be50fdd12985b58a83f073858d4 (patch)
treea2757b1476f0ae704ba372151581b7d2ae064e18
parenteb5612a6f5b687fb8fed06f912bc648a04346833 (diff)
downloadivymon-4ecc096a4c995be50fdd12985b58a83f073858d4.zip
ivymon-4ecc096a4c995be50fdd12985b58a83f073858d4.tar.gz
ivymon-4ecc096a4c995be50fdd12985b58a83f073858d4.tar.bz2
ivymon-4ecc096a4c995be50fdd12985b58a83f073858d4.tar.xz
Version updated.
-rwxr-xr-xsrc/ivymon2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivymon b/src/ivymon
index 61b3c1c..b698c37 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.9';
+$VERSION = '1.10';
# options initialisation
$opt_loadingmode = 'replay-pause';