diff --git a/Makefile b/Makefile index a698f2645..c3d16d7c3 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,7 @@ CCFLAGS:= -I$(SQLITE_OUT) -I$(SQLITE_INCLUDE) $(CCFLAGS) $(SQLITE_ARCHIVE): @mkdir -p $(@D) + curl -L --max-redirs 0 -f -o$@ https://www.sqlite.org/2025/$(SQLITE_AMAL_PREFIX).zip || \ curl -L --max-redirs 0 -f -o$@ https://www.sqlite.org/2024/$(SQLITE_AMAL_PREFIX).zip || \ curl -L --max-redirs 0 -f -o$@ https://www.sqlite.org/2023/$(SQLITE_AMAL_PREFIX).zip || \ curl -L --max-redirs 0 -f -o$@ https://www.sqlite.org/2022/$(SQLITE_AMAL_PREFIX).zip || \ diff --git a/VERSION b/VERSION index 0f283db79..e969a37e2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -version=3.47.2 +version=3.48.0 diff --git a/pom.xml b/pom.xml index 1939b3c6f..7ec1f0999 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.xerial sqlite-jdbc - 3.47.2.1-SNAPSHOT + 3.48.0.0-SNAPSHOT SQLite JDBC SQLite JDBC library https://github.com/xerial/sqlite-jdbc