diff options
| author | tomaw | 2014-11-12 12:23:06 +0000 | 
|---|---|---|
| committer | tomaw | 2014-11-12 12:23:06 +0000 | 
| commit | fd702973e5512d22a63dccf9246dc67ec3365899 (patch) | |
| tree | 9bde3219b98a98ce99ea38d3db5dc0c436e7becf | |
| parent | ea4bd90d31b5ef942a8f56928c451ca0e3528b91 (diff) | |
| download | scripts.irssi.org-fd702973e5512d22a63dccf9246dc67ec3365899.tar.bz2 | |
cron.pl: Bump version, update changelog
| -rw-r--r-- | scripts/cron.pl | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/scripts/cron.pl b/scripts/cron.pl index bb761c2..0d1ac1e 100644 --- a/scripts/cron.pl +++ b/scripts/cron.pl @@ -40,6 +40,9 @@  # 	? should we remember if the server was given with -server  #  # Changelog: +#       0.12 (2014.11.12) +#       Automatically load jobs when loaded +#  #	0.11 (2004.12.12)  #	Job are executed exactly at the time (+- 1s), not up to 59s late  # @@ -69,7 +72,7 @@ use Irssi;  use strict;  use vars qw($VERSION %IRSSI); -$VERSION = "0.11"; +$VERSION = "0.12";  %IRSSI = (      authors	=> 'Piotr Krukowiecki',      contact	=> 'piotr \at/ krukowiecki /dot\ net', | 
