From de1c39dca2faba23cce96382c24e7ad4d24c48ef Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Fri, 3 Feb 2012 00:36:19 +0000 Subject: bump vim_mode version number to 1.1.0 ready for tagging. --- vim-mode/vim_mode.pl | 4 ++-- 1 file 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" ); -- cgit v1.2.3