From 6b6a4161c6868bfa0b8e457afd3e3b0e147dc037 Mon Sep 17 00:00:00 2001 From: zopencommunity Date: Sat, 7 Jun 2025 15:06:51 +0000 Subject: [PATCH] Update sqlite-version to 2025-3500100 from 2025-3480000 --- buildenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildenv b/buildenv index 7e7988e..56c88ea 100644 --- a/buildenv +++ b/buildenv @@ -1,5 +1,5 @@ # bump: sqlite-version /SQLITE_VERSION="(.*)"/ https://sqlite.org/download.html|re:/(\d{4}).sqlite-autoconf-(\d{7})/$1-$2/ -SQLITE_VERSION="2025-3480000" +SQLITE_VERSION="2025-3500100" SQLITE_YEAR=$(echo $SQLITE_VERSION | cut -d '-' -f 1) SQLITE_NUM=$(echo $SQLITE_VERSION | cut -d '-' -f 2) export ZOPEN_CATEGORIES="database library"