Skip to content

Commit

Permalink
added Caolan to copyright notice in lmdb.scm; set version number to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iraikov committed Sep 13, 2016
1 parent 9800413 commit d0b2272
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lmdb.scm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#|

Chicken Scheme bindings for lmdb, fast key value database.
Modified for Chicken Scheme by Ivan Raikov.
Modified for Chicken Scheme by Ivan Raikov and Caolan McMahon.

Based on lmdb wrapper for LambdaNative - a cross-platform Scheme
framework Copyright (c) 2009-2015, University of British Columbia All
Expand Down Expand Up @@ -129,6 +129,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>

#include <lmdb.h>

Expand Down
2 changes: 1 addition & 1 deletion lmdb.setup
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
`(,(dynld-name "lmdb") ,(dynld-name "lmdb.import") )

; Assoc list with properties for your extension:
`((version "2.2")
`((version "2.3")
))

0 comments on commit d0b2272

Please sign in to comment.