Ver Fonte

Fix rpm version scripts (#1556)

Fix #1521
eakraly há 1 ano atrás
pai
commit
86a8f659fb
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      examples/scripts/pack.sh
  2. 1 1
      rpm/build.settings.sh

+ 1 - 1
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`

+ 1 - 1
rpm/build.settings.sh

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