summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoretienne2004-07-30 12:19:28 +0000
committeretienne2004-07-30 12:19:28 +0000
commit96870c130bf0d7fb85f965dea303563d5417b4e8 (patch)
tree2ac924d0b59d9c31d06cf3841a93b503197732f1
parent6b631b01e037da5c468f1d56a3206d0f69dee4af (diff)
downloadivymon-96870c130bf0d7fb85f965dea303563d5417b4e8.zip
ivymon-96870c130bf0d7fb85f965dea303563d5417b4e8.tar.gz
ivymon-96870c130bf0d7fb85f965dea303563d5417b4e8.tar.bz2
ivymon-96870c130bf0d7fb85f965dea303563d5417b4e8.tar.xz
updated version to 1.8
-rwxr-xr-xsrc/ivymon2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivymon b/src/ivymon
index c998d15..d145f93 100755
--- a/src/ivymon
+++ b/src/ivymon
@@ -20,7 +20,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/;
# **** VERSION ***
-$VERSION = '1.7';
+$VERSION = '1.8';
# options initialisation
$opt_loadingmode = 'replay-pause';