diff options
author | 2012-08-19 18:54:21 +0000 | |
---|---|---|
committer | 2012-08-19 18:54:21 +0000 | |
commit | fe30200cb365c721e16b73d51cdcb8a5591b386d (patch) | |
tree | 3c1266a87c6d187d393abba4b67c068661b75282 /lib/libsqlite3 | |
parent | Skip putting a port in sleep mode when it is used as serial console. In that (diff) | |
download | wireguard-openbsd-fe30200cb365c721e16b73d51cdcb8a5591b386d.tar.xz wireguard-openbsd-fe30200cb365c721e16b73d51cdcb8a5591b386d.zip |
Update version to 3.7.13 to match reality.
ok espie@
Diffstat (limited to 'lib/libsqlite3')
-rw-r--r-- | lib/libsqlite3/sqlite3.pc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsqlite3/sqlite3.pc b/lib/libsqlite3/sqlite3.pc index 7b8e1aaf3fe..f98b1e13ba2 100644 --- a/lib/libsqlite3/sqlite3.pc +++ b/lib/libsqlite3/sqlite3.pc @@ -7,7 +7,7 @@ includedir=${prefix}/include Name: SQLite Description: SQL database engine -Version: 3.7.12 +Version: 3.7.13 Libs: -L${libdir} -lsqlite3 Libs.private: Cflags: -I${includedir} |