]> git.g-eek.se Git - interimap.git/commitdiff
Bump version number.
authorGuilhem Moulin <guilhem@fripost.org>
Sun, 27 Sep 2015 23:17:42 +0000 (01:17 +0200)
committerGuilhem Moulin <guilhem@fripost.org>
Sun, 27 Sep 2015 23:17:42 +0000 (01:17 +0200)
Changelog
interimap
lib/Net/IMAP/InterIMAP.pm

index bc60b1971e21e59abca7d9c32c571b0af0a088c5..7a36711789eded557281e25e97d7cb6ae1bac06b 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,7 @@
+interimap (0.3) upstream;
+
+ -- Guilhem Moulin <guilhem@guilhem.org>  Mon, 28 Sep 2015 01:16:47 +0200
+
 interimap (0.2) upstream;
 
   * Add support for the IMAP COMPRESS extension [RFC4978].  By default
index 401bfa2becf603b906947bb6e6313ae669e73487..8a0afe5efcb4340f25bc08b52479364e29f7e84f 100755 (executable)
--- a/interimap
+++ b/interimap
@@ -21,7 +21,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.2';
+our $VERSION = '0.3';
 my $NAME = 'interimap';
 use Getopt::Long qw/:config posix_default no_ignore_case gnu_compat
                             bundling auto_version/;
index 3a6481ee4b16c5e09c859cafdf092e3647ab21f1..721597d6268a1e3c8316453e33783d23345a5079 100644 (file)
@@ -16,7 +16,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #----------------------------------------------------------------------
 
-package Net::IMAP::InterIMAP v0.0.2;
+package Net::IMAP::InterIMAP v0.0.3;
 use warnings;
 use strict;