Skip to content

Commit 1f662f1

Browse files
committed
Bumped to version 0.6.0
1 parent eb5b10a commit 1f662f1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ or on the command line:
233233

234234
<installdir>/bin/janus --help
235235

236-
janus 0.5.0
236+
janus 0.6.0
237237

238238
Usage: janus [OPTIONS]...
239239

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "janus-gateway",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"homepage": "https://github.com/meetecho/janus-gateway",
55
"authors": [
66
"Lorenzo Miniero <lorenzo@meetecho.com>",

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([Janus WebRTC Server],[0.5.0],[https://github.com/meetecho/janus-gateway],[janus-gateway],[https://janus.conf.meetecho.com])
1+
AC_INIT([Janus WebRTC Server],[0.6.0],[https://github.com/meetecho/janus-gateway],[janus-gateway],[https://janus.conf.meetecho.com])
22
AC_CONFIG_AUX_DIR([.])
33
AC_CONFIG_MACRO_DIR([m4])
44

@@ -15,9 +15,9 @@ AC_PROG_CC
1515
LT_PREREQ([2.2])
1616
LT_INIT
1717

18-
JANUS_VERSION=50
18+
JANUS_VERSION=60
1919
AC_SUBST(JANUS_VERSION)
20-
JANUS_VERSION_STRING="0.5.0"
20+
JANUS_VERSION_STRING="0.6.0"
2121
AC_SUBST(JANUS_VERSION_STRING)
2222

2323
case "$host_os" in

docs/janus-doxygen.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ PROJECT_NAME = "Janus"
3232
# This could be handy for archiving the generated documentation or
3333
# if some version control system is used.
3434

35-
PROJECT_NUMBER = 0.5.0
35+
PROJECT_NUMBER = 0.6.0
3636

3737
# Using the PROJECT_BRIEF tag one can provide an optional one line description
3838
# for a project that appears at the top of each page and should give viewer

janus.ggo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Janus 0.5.0 gengetopt file
1+
#Janus 0.6.0 gengetopt file
22
option "daemon" b "Launch Janus in background as a daemon" flag off
33
option "pid-file" p "Open the specified PID file when starting Janus (default=none)" string typestr="path" optional
44
option "disable-stdout" N "Disable stdout based logging" flag off

0 commit comments

Comments
 (0)