summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2007-01-28 02:34:28 +0000
committerPaul W. Frields <stickster@gmail.com>2007-01-28 02:34:28 +0000
commit72924f8ffc2fc7a72e6a68e5626de6f932204191 (patch)
tree4afb24bcb8089566b4663644b8f44b50f4e41f86
parent351073b9c59fb3ae552239f53bfa6c385899468b (diff)
downloadirssi-notify-72924f8ffc2fc7a72e6a68e5626de6f932204191.tar.gz
irssi-notify-72924f8ffc2fc7a72e6a68e5626de6f932204191.tar.xz
irssi-notify-72924f8ffc2fc7a72e6a68e5626de6f932204191.zip
Make the version sensible
git-svn-id: https://irssi-libnotify.googlecode.com/svn/trunk@25 291cbfae-0d27-0410-99d7-557b17e6fe3d
-rw-r--r--notify.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/notify.pl b/notify.pl
index 2e2392b..037c099 100644
--- a/notify.pl
+++ b/notify.pl
@@ -11,7 +11,7 @@ use vars qw($VERSION %IRSSI);
use Net::DBus qw(:typing);
-$VERSION = "0.01";
+$VERSION = "0.2.0";
%IRSSI = (
authors => 'Luke Macken, Paul W. Frields',
contact => 'lewk@csh.rit.edu, stickster@gmail.com',