diff options
Diffstat (limited to 'www/capi3ref.html')
-rw-r--r-- | www/capi3ref.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/capi3ref.html b/www/capi3ref.html index 54ae2b8..e70456f 100644 --- a/www/capi3ref.html +++ b/www/capi3ref.html @@ -6912,9 +6912,9 @@ and EXCLUSIVE. <h2>Compile-Time Library Version Numbers</h2> </div> <blockquote><pre> -#define SQLITE_VERSION "3.46.0" -#define SQLITE_VERSION_NUMBER 3046000 -#define SQLITE_SOURCE_ID "2024-05-23 13:25:27 96c92aba00c8375bc32fafcdf12429c58bd8aabfcadab6683e35bbb9cdebf19e" +#define SQLITE_VERSION "3.46.1" +#define SQLITE_VERSION_NUMBER 3046001 +#define SQLITE_SOURCE_ID "2024-08-13 09:16:08 c9c2ab54ba1f5f46360f1b4f35d849cd3f080e6fc2b6c60e91b16c63f69a1e33" </pre></blockquote> <p> The <a href="#SQLITE_SOURCE_ID">SQLITE_VERSION</a> C preprocessor macro in the sqlite3.h header |