Checking in changes prior to tagging of version 0.03.

Changelog diff is:

diff --git a/Changes b/Changes
index fb8ef47..ad21f65 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,12 @@ Revision history for Perl extension Unqlite

 {{$NEXT}}

+0.03 2013-07-18T03:14:07Z
+
+    - more OPEN consts as mode argument
+      we do not only want to create databases
+      (Reini Urban)
+
 0.02 2013-07-05T06:42:59Z

     - Store RC to magic to fix race condition
This commit is contained in:
tokuhirom 2013-07-18 12:14:37 +09:00
parent e1861918ec
commit c6e3d80dd1
4 changed files with 23 additions and 5 deletions

View file

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