diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/ivymon | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; |