Skip to content

Commit

Permalink
Bumbed to version 0.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed Dec 13, 2021
1 parent c207395 commit fd589de
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "janus-gateway",
"version": "0.11.6",
"version": "0.11.7",
"homepage": "https://github.com/meetecho/janus-gateway",
"authors": [
"Lorenzo Miniero <lorenzo@meetecho.com>",
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
@@ -1,4 +1,4 @@
AC_INIT([Janus WebRTC Server],[0.11.6],[https://github.com/meetecho/janus-gateway],[janus-gateway],[https://janus.conf.meetecho.com])
AC_INIT([Janus WebRTC Server],[0.11.7],[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 @@ -75,9 +75,9 @@ cc*)
-Wunused-but-set-variable"
esac

JANUS_VERSION=116
JANUS_VERSION=117
AC_SUBST(JANUS_VERSION)
JANUS_VERSION_STRING="0.11.6"
JANUS_VERSION_STRING="0.11.7"
AC_SUBST(JANUS_VERSION_STRING)

case "$host_os" in
Expand Down
2 changes: 1 addition & 1 deletion docs/janus-doxygen.cfg
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.11.6
PROJECT_NUMBER = 0.11.7

# 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
@@ -1,4 +1,4 @@
#Janus 0.11.6 gengetopt file
#Janus 0.11.7 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
@@ -1,4 +1,4 @@
#Janus-pp-rec 0.11.6 gengetopt file
#Janus-pp-rec 0.11.7 gengetopt file
usage "janus-pp-rec [OPTIONS] source.mjr [destination.[opus|ogg|mka|wav|webm|mkv|h264|srt]]"
option "file-extensions" F "Only print the supported target file extensions per codec" flag off
option "json" j "Only print JSON header" flag off
Expand Down
2 changes: 1 addition & 1 deletion postprocessing/pcap2mjr.ggo
@@ -1,4 +1,4 @@
#pcap2mjr 0.11.6 gengetopt file
#pcap2mjr 0.11.7 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 fd589de

Please sign in to comment.