Skip to content

Commit

Permalink
Bumped to version 0.14.0 (legacy)
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed May 19, 2023
1 parent fb4a472 commit 78a5bdc
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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.13.4",
"version": "0.14.0",
"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.13.4],[https://github.com/meetecho/janus-gateway],[janus-gateway],[https://janus.conf.meetecho.com])
AC_INIT([Janus WebRTC Server],[0.14.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])
Expand Down Expand Up @@ -70,9 +70,9 @@ cc*)
-Wunused-but-set-variable"
esac

JANUS_VERSION=134
JANUS_VERSION=140
AC_SUBST(JANUS_VERSION)
JANUS_VERSION_STRING="0.13.4"
JANUS_VERSION_STRING="0.14.0"
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 (0.x)"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.13.4
PROJECT_NUMBER = 0.14.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
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.13.4 gengetopt file
#Janus 0.14.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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "janus-gateway",
"version": "0.13.4",
"version": "0.14.0",
"description": "A javascript library for interacting with the C based Janus WebRTC Server",
"main": "html/janus.js",
"repository": {
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.13.4 gengetopt file
#Janus-pp-rec 0.14.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
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.13.4 gengetopt file
#pcap2mjr 0.14.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
Expand Down

0 comments on commit 78a5bdc

Please sign in to comment.