From 86a8f659fb29c6828405dc6892571e7695bb66ed Mon Sep 17 00:00:00 2001 From: eakraly Date: Fri, 4 Oct 2024 10:28:11 -0700 Subject: [PATCH] Fix rpm version scripts (#1556) Fix #1521 --- examples/scripts/pack.sh | 2 +- rpm/build.settings.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/scripts/pack.sh b/examples/scripts/pack.sh index 4d3cc98..9bde4e9 100755 --- a/examples/scripts/pack.sh +++ b/examples/scripts/pack.sh @@ -2,7 +2,7 @@ # Run it from the root of the coturn source tree -V=4.5.2 +V=4.6.2 PACKDIR=`pwd`/../coturn-releases/ SRCDIR=`pwd` diff --git a/rpm/build.settings.sh b/rpm/build.settings.sh index 7d3397a..a629d63 100755 --- a/rpm/build.settings.sh +++ b/rpm/build.settings.sh @@ -2,7 +2,7 @@ # Common settings script. -TURNVERSION=4.5.2 +TURNVERSION=4.6.2 BUILDDIR=~/rpmbuild ARCH=`uname -p`