Checking in changes prior to tagging of version 0.04.

Changelog diff is:

diff --git Changes Changes
index ad21f65..b22c1b5 100644
--- Changes
+++ Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Unqlite

 {{$NEXT}}

+0.04 2014-08-30T09:33:52Z
+
+    - Fixed packaging issue.
+
 0.03 2013-07-18T03:14:07Z

     - more OPEN consts as mode argument
This commit is contained in:
Tokuhiro Matsuno 2014-08-30 18:37:42 +09:00
parent c6e3d80dd1
commit c29b1690d7
5 changed files with 28 additions and 28 deletions

View file

@ -4,7 +4,7 @@ use strict;
use warnings;
use Carp ();
our $VERSION = "0.03";
our $VERSION = "0.04";
our $rc = 0;
use XSLoader;