Skip to content

Commit 5f584f6

Browse files
committed
fpta: bump version to v0.3.11
Backward compatibility break: ----------------------------- The database format signature has been changed to prevent forward-interoperability with an previous releases, which may lead to a [false positive diagnosis of database corruption](erthink/libmdbx#238) due to flaws of an old library versions. This change is mostly invisible: - previously versions are unable to read/write a new DBs; - but the new release is able to handle an old DBs and will silently upgrade ones. Signed-off-by: Leonid Yuriev <leo@yuriev.ru>
1 parent 8d5f75a commit 5f584f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.3.10.{build}
1+
version: 0.3.11.{build}
22

33
environment:
44
GTEST_SHUFFLE: 1

0 commit comments

Comments
 (0)