diff --git a/bower.json b/bower.json index 8b6c921039..b51013f26c 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "janus-gateway", - "version": "1.2.2", + "version": "1.2.3", "homepage": "https://github.com/meetecho/janus-gateway", "authors": [ "Lorenzo Miniero ", diff --git a/configure.ac b/configure.ac index d4e46ff8af..807f74ab42 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Janus WebRTC Server],[1.2.2],[https://github.com/meetecho/janus-gateway],[janus-gateway],[https://janus.conf.meetecho.com]) +AC_INIT([Janus WebRTC Server],[1.2.3],[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,11 +70,11 @@ cc*) -Wunused-but-set-variable" esac -JANUS_VERSION=1202 +JANUS_VERSION=1203 AC_SUBST(JANUS_VERSION) -JANUS_VERSION_STRING="1.2.2" +JANUS_VERSION_STRING="1.2.3" AC_SUBST(JANUS_VERSION_STRING) -JANUS_VERSION_SO="2:2:0" +JANUS_VERSION_SO="2:3:0" AC_SUBST(JANUS_VERSION_SO) case "$host_os" in diff --git a/docs/janus-doxygen.cfg b/docs/janus-doxygen.cfg index 8848b3c483..4048a5fc18 100644 --- a/docs/janus-doxygen.cfg +++ b/docs/janus-doxygen.cfg @@ -38,7 +38,7 @@ PROJECT_NAME = "Janus (multistream)" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.2.2 +PROJECT_NUMBER = 1.2.3 # 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/npm/package-lock.json b/npm/package-lock.json index 28c1a2f13a..34bb006fb9 100644 --- a/npm/package-lock.json +++ b/npm/package-lock.json @@ -1,12 +1,12 @@ { "name": "janus-gateway", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "janus-gateway", - "version": "1.2.2", + "version": "1.2.3", "license": "MIT", "dependencies": { "webrtc-adapter": "8.2.3" diff --git a/npm/package.json b/npm/package.json index c2c929004e..702d9c3519 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "janus-gateway", - "version": "1.2.2", + "version": "1.2.3", "description": "A javascript library for interacting with the C based Janus WebRTC Server", "main": "dist/janus.es.js", "types": "janus.d.ts",