summaryrefslogtreecommitdiff
path: root/dist/sqlite3.h
diff options
context:
space:
mode:
authorAlex Naidis <alex.naidis@linux.com>2017-06-08 18:11:59 +0200
committerAlex Naidis <alex.naidis@linux.com>2017-06-08 16:22:22 +0000
commit1ea291d14f0cf30fd85f00307dbcb9991912ed2c (patch)
tree06037d5576ca6163344b408d41abfaa34220b467 /dist/sqlite3.h
parente30db8f4dd47ab92b8400ea6a5147bf4d3e49f27 (diff)
sqlite: Upgrade to SQLite 3.19.3
Downloaded from https://sqlite.org/2017/sqlite-amalgamation-3190300.zip $ sha256sum sqlite-amalgamation-3190300.zip 130185efe772a7392c5cecb4613156aba12f37b335ef91e171c345e197eabdc1 sqlite-amalgamation-3190300.zip dist/orig contains the stock sqlite3 code, as packaged in the ZIP file above. dist contains a copy of dist/orig, but with the Android.patch file applied. Please see Android.patch for a list of differences between stock and Android. The Android specific patch applied cleanly and was regenerated. This bugfix release contains a fix for a bug which can lead to data corruption. More details about the release are available here: https://sqlite.org/releaselog/3_19_3.html Change-Id: I13cede802129bef64a183915827d422e1d609464 Signed-off-by: Alex Naidis <alex.naidis@linux.com>
Diffstat (limited to 'dist/sqlite3.h')
-rw-r--r--dist/sqlite3.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/sqlite3.h b/dist/sqlite3.h
index 296ada0..3deb9c7 100644
--- a/dist/sqlite3.h
+++ b/dist/sqlite3.h
@@ -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