0.3.1 fix qt5 build, exception docs

This commit is contained in:
Blue 2023-04-14 11:44:46 -03:00
parent 2b4763b575
commit 4975721a5c
Signed by: blue
GPG key ID: 9B203B252A63EE38
5 changed files with 111 additions and 22 deletions

View file

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
project(LMDBAL
VERSION 0.3.0
VERSION 0.3.1
DESCRIPTION "LMDB (Lightning Memory-Mapped Database Manager) Abstraction Layer"
LANGUAGES CXX
)