Skip to content

Commit

Permalink
docs/configure.txt, scripts/Windows/README.adoc, scripts/Windows/buil…
Browse files Browse the repository at this point in the history
…d-mingw-nut.sh: update examples for NUT v2.8.1 release

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Oct 31, 2023
1 parent 26d8f05 commit 3697c32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/configure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion scripts/Windows/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion scripts/Windows/build-mingw-nut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3697c32

Please sign in to comment.