From b500389883551cb6e09dc11c07295eb270570641 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Feb 2021 16:24:30 +0100 Subject: update to 0.3.0 drop patches merged upstream --- REFLECTION | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 4398a1a..f925347 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,8 +1,8 @@ -Extension [ extension #192 leveldb version 0.2.1 ] { +Extension [ extension #121 leveldb version 0.3.0 ] { - Constants [2] { - Constant [ integer LEVELDB_NO_COMPRESSION ] { 0 } - Constant [ integer LEVELDB_SNAPPY_COMPRESSION ] { 1 } + Constant [ int LEVELDB_NO_COMPRESSION ] { 0 } + Constant [ int LEVELDB_SNAPPY_COMPRESSION ] { 1 } } - Classes [5] { @@ -111,7 +111,7 @@ Extension [ extension #192 leveldb version 0.2.1 ] { } } - Method [ public method close ] { + Method [ public method close ] { - Parameters [0] { } -- cgit