1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2026-01-19 05:34:40 +01:00

Update the SQLite library.

This commit is contained in:
Sandu Liviu Catalin
2017-06-20 23:17:10 +03:00
parent 9bfb307237
commit 14d7b8c225
2 changed files with 16 additions and 10 deletions

View File

@@ -121,9 +121,9 @@ extern "C" {
** [sqlite3_libversion_number()], [sqlite3_sourceid()],
** [sqlite_version()] and [sqlite_source_id()].
*/
#define SQLITE_VERSION "3.19.2"
#define SQLITE_VERSION_NUMBER 3019002
#define SQLITE_SOURCE_ID "2017-05-25 16:50:27 edb4e819b0c058c7d74d27ebd14cc5ceb2bad6a6144a486a970182b7afe3f8b9"
#define SQLITE_VERSION "3.19.3"
#define SQLITE_VERSION_NUMBER 3019003
#define SQLITE_SOURCE_ID "2017-06-08 14:26:16 0ee482a1e0eae22e08edc8978c9733a96603d4509645f348ebf55b579e89636b"
/*
** CAPI3REF: Run-Time Library Version Numbers