sqlite3.h (0f996f45418e82dae151e5d1da478da38d70049f) sqlite3.h (de9468837c92cab304c658480bd32dbe4e022d01)
1/*
2** 2001-09-15
3**
4** The author disclaims copyright to this source code. In place of
5** a legal notice, here is a blessing:
6**
7** May you do good and not evil.
8** May you find forgiveness for yourself and forgive others.

--- 132 unchanged lines hidden (view full) ---

141** or SHA3-256 hash of the entire source tree. If the source code has
142** been edited in any way since it was last checked in, then the last
143** four hexadecimal digits of the hash may be modified.
144**
145** See also: [sqlite3_libversion()],
146** [sqlite3_libversion_number()], [sqlite3_sourceid()],
147** [sqlite_version()] and [sqlite_source_id()].
148*/
1/*
2** 2001-09-15
3**
4** The author disclaims copyright to this source code. In place of
5** a legal notice, here is a blessing:
6**
7** May you do good and not evil.
8** May you find forgiveness for yourself and forgive others.

--- 132 unchanged lines hidden (view full) ---

141** or SHA3-256 hash of the entire source tree. If the source code has
142** been edited in any way since it was last checked in, then the last
143** four hexadecimal digits of the hash may be modified.
144**
145** See also: [sqlite3_libversion()],
146** [sqlite3_libversion_number()], [sqlite3_sourceid()],
147** [sqlite_version()] and [sqlite_source_id()].
148*/
149#define SQLITE_VERSION "3.46.0"
150#define SQLITE_VERSION_NUMBER 3046000
151#define SQLITE_SOURCE_ID "2024-05-23 13:25:27 96c92aba00c8375bc32fafcdf12429c58bd8aabfcadab6683e35bbb9cdebf19e"
149#define SQLITE_VERSION "3.46.1"
150#define SQLITE_VERSION_NUMBER 3046001
151#define SQLITE_SOURCE_ID "2024-08-13 09:16:08 c9c2ab54ba1f5f46360f1b4f35d849cd3f080e6fc2b6c60e91b16c63f69a1e33"
152
153/*
154** CAPI3REF: Run-Time Library Version Numbers
155** KEYWORDS: sqlite3_version sqlite3_sourceid
156**
157** These interfaces provide the same information as the [SQLITE_VERSION],
158** [SQLITE_VERSION_NUMBER], and [SQLITE_SOURCE_ID] C preprocessor macros
159** but are associated with the library instead of the header file. ^(Cautious

--- 13266 unchanged lines hidden ---
152
153/*
154** CAPI3REF: Run-Time Library Version Numbers
155** KEYWORDS: sqlite3_version sqlite3_sourceid
156**
157** These interfaces provide the same information as the [SQLITE_VERSION],
158** [SQLITE_VERSION_NUMBER], and [SQLITE_SOURCE_ID] C preprocessor macros
159** but are associated with the library instead of the header file. ^(Cautious

--- 13266 unchanged lines hidden ---