diff --git a/CHANGELOG.md b/CHANGELOG.md index f16994e..6f14bd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +**2024-12-12**: v3.47.2 (_20241212_) + +- Updated to SQLite v3.47.2. + **2024-12-11**: v3.47.1 (_20241211_) - Updated to SQLite v3.47.1. diff --git a/Makefile b/Makefile index 3768901..a909d15 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ ZIP_FILES := customize.sh META-INF module.prop system -VERSION = v3.47.1 -VERSIONCODE = 20241211 +VERSION = v3.47.2 +VERSIONCODE = 20241212 .PHONY: module.prop system/bin zip default: module.prop system/bin zip diff --git a/module.prop b/module.prop index cb535c6..1bfb500 100644 --- a/module.prop +++ b/module.prop @@ -1,6 +1,6 @@ id=sqlite3 name=SQLite for arm, arm64, x86 and x64 devices -version=v3.47.1 -versionCode=20241211 +version=v3.47.2 +versionCode=20241212 author=Rojen Zaman description=Provides a statically linked sqlite3 binary for arm, arm64, x86 and x64 devices diff --git a/system/bin/sqlite3.arm b/system/bin/sqlite3.arm index 85af719..151b45a 100755 Binary files a/system/bin/sqlite3.arm and b/system/bin/sqlite3.arm differ diff --git a/system/bin/sqlite3.arm64 b/system/bin/sqlite3.arm64 index 00a45a1..28ddad9 100755 Binary files a/system/bin/sqlite3.arm64 and b/system/bin/sqlite3.arm64 differ diff --git a/system/bin/sqlite3.x64 b/system/bin/sqlite3.x64 index 6473cd0..fb9225e 100755 Binary files a/system/bin/sqlite3.x64 and b/system/bin/sqlite3.x64 differ diff --git a/system/bin/sqlite3.x86 b/system/bin/sqlite3.x86 index 8e783b9..55cea72 100755 Binary files a/system/bin/sqlite3.x86 and b/system/bin/sqlite3.x86 differ