aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Feist <shabble@metavore.org>2012-02-03 00:36:19 +0000
committerTom Feist <shabble@metavore.org>2012-02-03 00:36:19 +0000
commitde1c39dca2faba23cce96382c24e7ad4d24c48ef (patch)
tree88d620d868eb996276cee6a5640e98b2e6346991
parentmostly refixified grep.pl: building regex in different way (diff)
downloadirssi-scripts-de1c39dca2faba23cce96382c24e7ad4d24c48ef.tar.gz
irssi-scripts-de1c39dca2faba23cce96382c24e7ad4d24c48ef.zip
bump vim_mode version number to 1.1.0 ready for tagging.vim_mode_1.1
-rw-r--r--vim-mode/vim_mode.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl
index d4a3adc..aa4ebec 100644
--- a/vim-mode/vim_mode.pl
+++ b/vim-mode/vim_mode.pl
@@ -597,7 +597,7 @@ use Irssi::Irc; # necessary for 0.8.14
-our $VERSION = "1.0.2";
+our $VERSION = "1.1.0";
our %IRSSI =
(
authors => "Tom Feist (shabble), Simon Ruderich (rudi_s)",
@@ -607,7 +607,7 @@ our %IRSSI =
name => "vim_mode",
description => "Give Irssi Vim-like commands for editing the inputline",
license => "MIT",
- changed => "28/9/2010"
+ changed => "3/2/2012"
);