diff --git a/bower.json b/bower.json index bfc2bd30e5..cae3298d07 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "janus-gateway", - "version": "0.14.4", + "version": "0.15.0", "homepage": "https://github.com/meetecho/janus-gateway", "authors": [ "Lorenzo Miniero ", diff --git a/configure.ac b/configure.ac index a9ad5d8533..575ef7269b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Janus WebRTC Server],[0.14.4],[https://github.com/meetecho/janus-gateway],[janus-gateway],[https://janus.conf.meetecho.com]) +AC_INIT([Janus WebRTC Server],[0.15.0],[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]) @@ -68,9 +68,9 @@ cc*) -Wunused-but-set-variable" esac -JANUS_VERSION=144 +JANUS_VERSION=150 AC_SUBST(JANUS_VERSION) -JANUS_VERSION_STRING="0.14.4" +JANUS_VERSION_STRING="0.15.0" AC_SUBST(JANUS_VERSION_STRING) case "$host_os" in diff --git a/docs/janus-doxygen.cfg b/docs/janus-doxygen.cfg index fc6cdea253..55a0e10061 100644 --- a/docs/janus-doxygen.cfg +++ b/docs/janus-doxygen.cfg @@ -38,7 +38,7 @@ PROJECT_NAME = "Janus (0.x)" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.14.4 +PROJECT_NUMBER = 0.15.0 # 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 fa98199f0c..7a08064e96 100644 --- a/janus.ggo +++ b/janus.ggo @@ -1,4 +1,4 @@ -#Janus 0.14.4 gengetopt file +#Janus 0.15.0 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/package.json b/package.json index a0d7531251..808a48df14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "janus-gateway", - "version": "0.14.4", + "version": "0.15.0", "description": "A javascript library for interacting with the C based Janus WebRTC Server", "main": "html/janus.js", "repository": { diff --git a/postprocessing/janus-pp-rec.ggo b/postprocessing/janus-pp-rec.ggo index 6e0edf7780..b95b6e4770 100644 --- a/postprocessing/janus-pp-rec.ggo +++ b/postprocessing/janus-pp-rec.ggo @@ -1,4 +1,4 @@ -#Janus-pp-rec 0.14.4 gengetopt file +#Janus-pp-rec 0.15.0 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 diff --git a/postprocessing/pcap2mjr.ggo b/postprocessing/pcap2mjr.ggo index 98257d0fe3..e9c9c2c2c0 100644 --- a/postprocessing/pcap2mjr.ggo +++ b/postprocessing/pcap2mjr.ggo @@ -1,4 +1,4 @@ -#pcap2mjr 0.14.4 gengetopt file +#pcap2mjr 0.15.0 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 (pass 0 to autodetect)" int typestr="ssrc" required