summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoretienne2004-07-30 12:18:16 +0000
committeretienne2004-07-30 12:18:16 +0000
commit6b631b01e037da5c468f1d56a3206d0f69dee4af (patch)
tree4699f0f73adc2b0163d1159bbf58e5829a5533be
parent0b12a8df16af66d9985ca4475adf1af25a6df8a0 (diff)
downloadivymon-6b631b01e037da5c468f1d56a3206d0f69dee4af.zip
ivymon-6b631b01e037da5c468f1d56a3206d0f69dee4af.tar.gz
ivymon-6b631b01e037da5c468f1d56a3206d0f69dee4af.tar.bz2
ivymon-6b631b01e037da5c468f1d56a3206d0f69dee4af.tar.xz
updated version
-rwxr-xr-xsrc/ivymon4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ivymon b/src/ivymon
index 081282d..c998d15 100755
--- a/src/ivymon
+++ b/src/ivymon
@@ -19,7 +19,9 @@ use Tk::CmdLine;
use vars qw/$VERSION $opt_help $opt_b $opt_bus $opt_history @opt_bind @opt_send $opt_size
$opt_undersize $opt_out $opt_loadingmode $opt_replayrepeat $opt_replaystartregexp
$opt_replaystopregexp/;
-$VERSION = '1.6';
+# **** VERSION ***
+$VERSION = '1.7';
+
# options initialisation
$opt_loadingmode = 'replay-pause';
$opt_replayrepeat = 0;