Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
mom040267 committed Sep 17, 2015
1 parent 6bd1a8a commit 68bea1d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
9/13/2015 Oleg Moskalenko <mom040267@gmail.com>
Version 4.4.6.0 'Ardee West':
Version 4.5.0.1 'dan Eider':
- multiple realms based on oAuth (third-party authorization);
- STUN attributes conflict resolution;
- SIGHUP handler fixed;
Expand Down
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.4.6.0
TURNVERSION=4.5.0.1
BUILDDIR=~/rpmbuild
ARCH=`uname -p`
TURNSERVER_GIT_URL=https://github.com/coturn/coturn.git
Expand Down
4 changes: 2 additions & 2 deletions rpm/turnserver.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: turnserver
Version: 4.4.6.0
Version: 4.5.0.1
Release: 0%{dist}
Summary: Coturn TURN Server

Expand Down Expand Up @@ -290,7 +290,7 @@ fi

%changelog
* Sun Sep 13 2015 Oleg Moskalenko <mom040267@gmail.com>
- Sync to 4.4.6.0
- Sync to 4.5.0.1
* Sat Jul 18 2015 Oleg Moskalenko <mom040267@gmail.com>
- Sync to 4.4.5.4
* Sat Jun 20 2015 Oleg Moskalenko <mom040267@gmail.com>
Expand Down
4 changes: 2 additions & 2 deletions src/ns_turn_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
#ifndef __IOADEFS__
#define __IOADEFS__

#define TURN_SERVER_VERSION "4.4.6.0"
#define TURN_SERVER_VERSION_NAME "Ardee West"
#define TURN_SERVER_VERSION "4.5.0.1"
#define TURN_SERVER_VERSION_NAME "dan Eider"
#define TURN_SOFTWARE "Coturn-" TURN_SERVER_VERSION " '" TURN_SERVER_VERSION_NAME "'"

#if (defined(__unix__) || defined(unix)) && !defined(USG)
Expand Down

0 comments on commit 68bea1d

Please sign in to comment.