From 664022be731b902511de3e16b40e2bf893d7c732 Mon Sep 17 00:00:00 2001 From: Lorenzo Miniero Date: Mon, 8 Feb 2021 10:41:38 +0100 Subject: [PATCH] Bumped to version 0.11.1 --- bower.json | 2 +- configure.ac | 6 +++--- docs/janus-doxygen.cfg | 2 +- janus.ggo | 2 +- postprocessing/janus-pp-rec.ggo | 2 +- postprocessing/pcap2mjr.ggo | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bower.json b/bower.json index 293e52abdf..a0d7c5acba 100644 --- a/bower.json +++ b/bower.json @@ -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 ", diff --git a/configure.ac b/configure.ac index c75c6b98de..6e5cf542ba 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) @@ -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 diff --git a/docs/janus-doxygen.cfg b/docs/janus-doxygen.cfg index 55c6036de7..601adc97f2 100644 --- a/docs/janus-doxygen.cfg +++ b/docs/janus-doxygen.cfg @@ -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 diff --git a/janus.ggo b/janus.ggo index b668b08ef3..fa8b157b6c 100644 --- a/janus.ggo +++ b/janus.ggo @@ -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 diff --git a/postprocessing/janus-pp-rec.ggo b/postprocessing/janus-pp-rec.ggo index 074d9d77be..4ebed2e397 100644 --- a/postprocessing/janus-pp-rec.ggo +++ b/postprocessing/janus-pp-rec.ggo @@ -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 diff --git a/postprocessing/pcap2mjr.ggo b/postprocessing/pcap2mjr.ggo index 67abdc616c..cb39039016 100644 --- a/postprocessing/pcap2mjr.ggo +++ b/postprocessing/pcap2mjr.ggo @@ -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