Version bump

This commit is contained in:
Emmanuel Viennet 2023-08-22 23:42:32 +02:00 committed by iziram
parent 91ec694e6d
commit 37539f4bac
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# -*- mode: python -*-
# -*- coding: utf-8 -*-
SCOVERSION = "9.5.8"
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