Skip to content

Commit

Permalink
version bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
mom040267 committed Oct 18, 2016
1 parent 32f99ce commit 067d492
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rpm/build.settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Common settings script.

TURNVERSION=4.5.0.5
TURNVERSION=4.5.0.6
BUILDDIR=~/rpmbuild
ARCH=`uname -p`
TURNSERVER_GIT_URL=https://github.com/coturn/coturn.git
Expand Down
4 changes: 3 additions & 1 deletion rpm/turnserver.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: turnserver
Version: 4.5.0.5
Version: 4.5.0.6
Release: 0%{dist}
Summary: Coturn TURN Server

Expand Down Expand Up @@ -295,6 +295,8 @@ fi
%{_includedir}/turn/client/TurnMsgLib.h

%changelog
* Mon Oct 17 2016 Oleg Moskalenko <[email protected]>
- Sync to 4.5.0.5
* Sat Aug 27 2016 Oleg Moskalenko <[email protected]>
- Sync to 4.5.0.5
* Sat Aug 20 2016 Oleg Moskalenko <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/ns_turn_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#ifndef __IOADEFS__
#define __IOADEFS__

#define TURN_SERVER_VERSION "4.5.0.5"
#define TURN_SERVER_VERSION "4.5.0.6"
#define TURN_SERVER_VERSION_NAME "dan Eider"
#define TURN_SOFTWARE "Coturn-" TURN_SERVER_VERSION " '" TURN_SERVER_VERSION_NAME "'"

Expand Down

0 comments on commit 067d492

Please sign in to comment.