summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoretienne2005-12-02 16:24:31 +0000
committeretienne2005-12-02 16:24:31 +0000
commitabcbe681fd0a2605769f3704e457490619c7a96a (patch)
treead8cebae0ee2538dfd9546bd956bea13de8a4464
parent68fa2d22df3f04fb6e701a8173299cf81f348bfc (diff)
downloadivymon-abcbe681fd0a2605769f3704e457490619c7a96a.zip
ivymon-abcbe681fd0a2605769f3704e457490619c7a96a.tar.gz
ivymon-abcbe681fd0a2605769f3704e457490619c7a96a.tar.bz2
ivymon-abcbe681fd0a2605769f3704e457490619c7a96a.tar.xz
Version updated.
-rwxr-xr-xsrc/ivymon2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivymon b/src/ivymon
index 16814e9..da6fb62 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.11';
+$VERSION = '1.12';
# options initialisation
$opt_loadingmode = 'replay-pause';