Version bump

This commit is contained in:
Emmanuel Viennet 2023-08-22 23:42:32 +02:00
parent 262d68c844
commit e7b0966011
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# -*- mode: python -*-
# -*- coding: utf-8 -*-
SCOVERSION = "9.6.9"
SCOVERSION = "9.6.10"
SCONAME = "ScoDoc"

View File

@ -45,7 +45,7 @@ then
PSQL=/usr/lib/postgresql/15/bin/psql
#export POSTGRES_SERVICE="postgresql@11-main.service"
else
die "unsupported Debian version"
die "unsupported Debian version (${debian_version}, expected 12)"
fi
export PSQL