Fix rpm version scripts (#1556)

Fix #1521
This commit is contained in:
eakraly 2024-10-04 10:28:11 -07:00 committed by GitHub
parent cbb04aa9a2
commit 86a8f659fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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`

View File

@ -2,7 +2,7 @@
# Common settings script.
TURNVERSION=4.5.2
TURNVERSION=4.6.2
BUILDDIR=~/rpmbuild
ARCH=`uname -p`