Skip to content

Commit e578d50

Browse files
committed
Update versions for release of NUT v2.8.3
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent f66d631 commit e578d50

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/PyNUTClient.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
{ TAG_NAME="$(git describe --tags --match 'v[0-9]*.[0-9]*.[0-9]' --exclude '*-signed' --exclude '*rc*' --exclude '*alpha*' --exclude '*beta*')" \
4848
|| TAG_NAME="$(git describe --tags --exclude '*rc*' --exclude '*alpha*' --exclude '*beta*' --exclude '*Windows*' --exclude '*IPM*')" ; } \
4949
&& test -n "${TAG_NAME}" \
50-
|| TAG_NAME="2.8.2-`TZ=UTC date +%s`" ;
50+
|| TAG_NAME="2.8.3-`TZ=UTC date +%s`" ;
5151
fi >&2 ;
5252
TAG_NAME="$(echo "$TAG_NAME" | sed -e 's/^v\([0-9]\)/\1/' -e 's,^.*/,,' -e 's/^v//' -e 's/-g.*$//' -e 's/-/./g')" ;
5353
echo "TAG_NAME=$TAG_NAME" >> $GITHUB_OUTPUT

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# https://www.appveyor.com/docs/build-configuration/
77
# https://www.appveyor.com/docs/windows-images-software/
88

9-
version: 2.8.2.{build}-{branch}
9+
version: 2.8.3.{build}-{branch}
1010

1111
# base image
1212
image: Visual Studio 2022

scripts/Windows/build-mingw-nut.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ DLLLDD_SOURCED=true . "${SCRIPTDIR}/dllldd.sh"
1414

1515
# This should match the tarball and directory name,
1616
# if a stable version is used:
17-
[ -n "$VER_OPT" ] || VER_OPT=2.8.2
17+
[ -n "$VER_OPT" ] || VER_OPT=2.8.3
1818
DEBUG=true
1919

2020
# default to 32bits build

tools/gitlog2version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ if [ -z "${NUT_VERSION_DEFAULT-}" -a -s "${abs_top_srcdir}/VERSION_DEFAULT" ] ;
116116
fi
117117

118118
# Fallback default, to be updated only during release cycle
119-
[ -n "${NUT_VERSION_DEFAULT-}" ] || NUT_VERSION_DEFAULT='2.8.2.1'
119+
[ -n "${NUT_VERSION_DEFAULT-}" ] || NUT_VERSION_DEFAULT='2.8.3'
120120

121121
# Default website paths, extended for historic sub-sites for a release
122122
[ -n "${NUT_WEBSITE-}" ] || NUT_WEBSITE="https://www.networkupstools.org/"

0 commit comments

Comments
 (0)