Skip to content

Commit bdd919f

Browse files
authored
Merge pull request #12 from ZOSOpenTools/bump-sqlite-version-2024-3450100
Update sqlite-version to 2024-3450100 from 2023-3440200
2 parents a770dab + 0fdc333 commit bdd919f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildenv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# bump: sqlite-version /SQLITE_VERSION="(.*)"/ https://sqlite.org/download.html|re:/(\d{4}).sqlite-autoconf-(\d{7})/$1-$2/
2-
SQLITE_VERSION="2023-3440200"
2+
SQLITE_VERSION="2024-3450100"
33
SQLITE_YEAR=$(echo $SQLITE_VERSION | cut -d '-' -f 1)
44
SQLITE_NUM=$(echo $SQLITE_VERSION | cut -d '-' -f 2)
55

0 commit comments

Comments
 (0)