Skip to content

Commit

Permalink
Bumped to version 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed Feb 8, 2021
1 parent 7732127 commit 664022b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "janus-gateway",
"version": "0.10.10",
"version": "0.11.1",
"homepage": "https://github.com/meetecho/janus-gateway",
"authors": [
"Lorenzo Miniero <[email protected]>",
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([Janus WebRTC Server],[0.10.10],[https://github.com/meetecho/janus-gateway],[janus-gateway],[https://janus.conf.meetecho.com])
AC_INIT([Janus WebRTC Server],[0.11.1],[https://github.com/meetecho/janus-gateway],[janus-gateway],[https://janus.conf.meetecho.com])
AC_LANG(C)
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])
Expand Down Expand Up @@ -70,9 +70,9 @@ clang*)
-Wunused-but-set-variable"
esac

JANUS_VERSION=110
JANUS_VERSION=111
AC_SUBST(JANUS_VERSION)
JANUS_VERSION_STRING="0.10.10"
JANUS_VERSION_STRING="0.11.1"
AC_SUBST(JANUS_VERSION_STRING)

case "$host_os" in
Expand Down
2 changes: 1 addition & 1 deletion docs/janus-doxygen.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Janus"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.10.10
PROJECT_NUMBER = 0.11.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion janus.ggo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Janus 0.10.10 gengetopt file
#Janus 0.11.1 gengetopt file
option "daemon" b "Launch Janus in background as a daemon" flag off
option "pid-file" p "Open the specified PID file when starting Janus (default=none)" string typestr="path" optional
option "disable-stdout" N "Disable stdout based logging" flag off
Expand Down
2 changes: 1 addition & 1 deletion postprocessing/janus-pp-rec.ggo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Janus-pp-rec 0.10.10 gengetopt file
#Janus-pp-rec 0.11.1 gengetopt file
usage "janus-pp-rec [OPTIONS] source.mjr [destination.[opus|wav|webm|mp4|srt]]"
option "json" j "Only print JSON header" flag off
option "header" H "Only parse .mjr header" flag off
Expand Down
2 changes: 1 addition & 1 deletion postprocessing/pcap2mjr.ggo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pcap2mjr 0.10.10 gengetopt file
#pcap2mjr 0.11.1 gengetopt file
usage "pcap2mjr [OPTIONS] source.pcap destination.mjr"
option "codec" c "Codec the recording will contain (e.g., opus, vp8, etc.)" string typestr="codec" required
option "ssrc" s "SSRC of the packets in the pcap file to save" int typestr="ssrc" required
Expand Down

0 comments on commit 664022b

Please sign in to comment.