From 3edf819fbe8d1c9a5b94d81442307671cab34b96 Mon Sep 17 00:00:00 2001 From: Andreas Koenig Date: Wed, 2 Jan 2013 14:17:46 +0100 Subject: [PATCH] oops, we made first the release, then the checkin; sorry about that --- Changes | 9 +++++++++ lib/File/Rsync/Mirror/Recent.pm | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 4e201d7..456bf54 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,12 @@ +2012-12-31 k + + * release 0.3.2 + + * documentation improvement: offer a shorter version of the mirror + script in the HOWTO + + * minor bugfix: fix the shebang in rrr-client + 2011-12-28 Andreas J. Koenig * release 0.3.1 diff --git a/lib/File/Rsync/Mirror/Recent.pm b/lib/File/Rsync/Mirror/Recent.pm index 8c29eb0..366792e 100644 --- a/lib/File/Rsync/Mirror/Recent.pm +++ b/lib/File/Rsync/Mirror/Recent.pm @@ -28,7 +28,7 @@ use Storable; use Time::HiRes qw(); use YAML::Syck; -use version; our $VERSION = qv('0.3.1'); +use version; our $VERSION = qv('0.3.2'); =head1 SYNOPSIS -- 2.11.4.GIT