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:
parent
e1861918ec
commit
c6e3d80dd1
4 changed files with 23 additions and 5 deletions
|
@ -4,7 +4,7 @@ use strict;
|
|||
use warnings;
|
||||
use Carp ();
|
||||
|
||||
our $VERSION = "0.02";
|
||||
our $VERSION = "0.03";
|
||||
our $rc = 0;
|
||||
|
||||
use XSLoader;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue