diff options
| author | Tom Feist <shabble@metavore.org> | 2010-11-05 05:06:53 +0000 | 
|---|---|---|
| committer | Tom Feist <shabble@metavore.org> | 2010-11-05 05:06:53 +0000 | 
| commit | 11f32cba9694ceee07d5fdc6126fddcf13f1ae61 (patch) | |
| tree | 77efd66ac0e0bae157b7c036476b89e8051a8ec8 | |
| parent | url_hilight: added a warning about unfinishedness, and make it at least compile. (diff) | |
| download | irssi-scripts-11f32cba9694ceee07d5fdc6126fddcf13f1ae61.tar.gz irssi-scripts-11f32cba9694ceee07d5fdc6126fddcf13f1ae61.zip | |
rl_search_history: bump version number
| -rw-r--r-- | history-search/rl_history_search.pl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/history-search/rl_history_search.pl b/history-search/rl_history_search.pl index e6781db..5282844 100644 --- a/history-search/rl_history_search.pl +++ b/history-search/rl_history_search.pl @@ -54,7 +54,7 @@ use Irssi::TextUI;  use Data::Dumper;  use vars qw($VERSION %IRSSI); -$VERSION = '1.0'; +$VERSION = '2.0';  %IRSSI =    (     authors     => 'Tom Feist, Wouter Coekaerts', | 
