Skip to content

Commit f5cad37

Browse files
Add version 3.31.1 from the amalgamation file
Link: https://www.sqlite.org/download.html Package: sqlite-amalgamation-3310100.zip
1 parent c41a7fa commit f5cad37

File tree

6 files changed

+9173
-5479
lines changed

6 files changed

+9173
-5479
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ option(SQLITE_ENABLE_RTREE_EXTENSION "Set to ON to enable the R*Tree module" OFF
1313

1414
function(sqliteMain)
1515
set(parameter_list
16-
"SQLITE_VERSION=3.30.1"
16+
"SQLITE_VERSION=3.31.1"
1717
"SQLITE_MAX_VARIABLE_NUMBER=250000"
1818
)
1919

0 commit comments

Comments
 (0)