From 3697c32399c1a37d72145c82c11bf0e9c7fa699f Mon Sep 17 00:00:00 2001 From: Jim Klimov Date: Tue, 31 Oct 2023 21:46:02 +0100 Subject: [PATCH] docs/configure.txt, scripts/Windows/README.adoc, scripts/Windows/build-mingw-nut.sh: update examples for NUT v2.8.1 release Signed-off-by: Jim Klimov --- docs/configure.txt | 4 ++-- scripts/Windows/README.adoc | 2 +- scripts/Windows/build-mingw-nut.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/configure.txt b/docs/configure.txt index 81aef71408..623e5ec1cc 100644 --- a/docs/configure.txt +++ b/docs/configure.txt @@ -34,8 +34,8 @@ to produce a replacement by asking NUT programs for `--help` or for ---- :; upsd -DV -Network UPS Tools upsd 2.8.0.1 -Network UPS Tools version 2.8.0.1 configured with flags: --with-all=auto --with-doc=skip ... +Network UPS Tools upsd 2.8.1 +Network UPS Tools version 2.8.1 configured with flags: --with-all=auto --with-doc=skip ... ---- A more industrial approach is to use `lib/libupsclient-config --config-flags` diff --git a/scripts/Windows/README.adoc b/scripts/Windows/README.adoc index 80ebb908e3..3349ed38a9 100644 --- a/scripts/Windows/README.adoc +++ b/scripts/Windows/README.adoc @@ -728,7 +728,7 @@ BUILD_TYPE=cross-windows-mingw-64 ./ci_build.sh * an existing source tarball (can be fetched from NUT website): :; export SOURCEMODE=stable - ### Optionally: export VER_OPT=2.8.0 + ### Optionally: export VER_OPT=2.8.1 :; cd scripts/Windows/ :; ./build-mingw-nut.sh diff --git a/scripts/Windows/build-mingw-nut.sh b/scripts/Windows/build-mingw-nut.sh index 95c13e70c6..a39765fb00 100755 --- a/scripts/Windows/build-mingw-nut.sh +++ b/scripts/Windows/build-mingw-nut.sh @@ -24,7 +24,7 @@ DLLLDD_SOURCED=true . "${SCRIPTDIR}/dllldd.sh" # This should match the tarball and directory name, # if a stable version is used: -[ -n "$VER_OPT" ] || VER_OPT=2.8.0 +[ -n "$VER_OPT" ] || VER_OPT=2.8.1 DEBUG=true # default to 32bits build