Update to 2.3.1:

* Fix: Compatibility with sqlite3 version >= 3.52.0
This commit is contained in:
2026-03-31 19:31:00 -04:00
parent c2f99c259d
commit 60ba48d308
6 changed files with 13 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
## Copyright Ian Jauslin 2015-2023
## Copyright Ian Jauslin 2015-2026
##
## Licensed under the Apache License, Version 2.0 (the "License");
## you may not use this file except in compliance with the License.
@@ -15,10 +15,10 @@
## limitations under the License.
# directory containing the engine files
enginedir=/usr/share/BBlog/engines
enginedir=/home/ian/Programs/BBlog2/src/engines
# version
version=2.3
version=2.3.1
function print_config {
echo "engine: $engine"