diff options
author | 2012-05-24 15:43:18 +0000 | |
---|---|---|
committer | 2012-05-24 15:43:18 +0000 | |
commit | 0de8de751dec944ca8fa4d2222ef3b06c18ea1b0 (patch) | |
tree | acb1771a0203f2e4763b2c78c313545bf9a1afc7 /lib | |
parent | don't increment the next expected message id when sending a response back. (diff) | |
download | wireguard-openbsd-0de8de751dec944ca8fa4d2222ef3b06c18ea1b0.tar.xz wireguard-openbsd-0de8de751dec944ca8fa4d2222ef3b06c18ea1b0.zip |
some symbols actually changed.
visible interface, not "officially" published, but still... technically
visible.
Better safe than sorry: major bump.
as prodded/discussed with deraadt@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libsqlite3/shlib_version | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libsqlite3/shlib_version b/lib/libsqlite3/shlib_version index 1097f06c4be..84a94167664 100644 --- a/lib/libsqlite3/shlib_version +++ b/lib/libsqlite3/shlib_version @@ -1,3 +1,3 @@ -# $OpenBSD: shlib_version,v 1.2 2012/05/22 09:08:05 espie Exp $ -major=18 -minor=2 +# $OpenBSD: shlib_version,v 1.3 2012/05/24 15:43:18 espie Exp $ +major=19 +minor=0 |