Skip to content

Commit

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

JANUS_VERSION=1201
JANUS_VERSION=1202
AC_SUBST(JANUS_VERSION)
JANUS_VERSION_STRING="1.2.1"
JANUS_VERSION_STRING="1.2.2"
AC_SUBST(JANUS_VERSION_STRING)
JANUS_VERSION_SO="2:1:0"
JANUS_VERSION_SO="2:2:0"
AC_SUBST(JANUS_VERSION_SO)

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 (multistream)"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.2.1
PROJECT_NUMBER = 1.2.2

# 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
4 changes: 2 additions & 2 deletions npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion npm/package.json
@@ -1,6 +1,6 @@
{
"name": "janus-gateway",
"version": "1.2.1",
"version": "1.2.2",
"description": "A javascript library for interacting with the C based Janus WebRTC Server",
"main": "dist/janus.es.js",
"types": "janus.d.ts",
Expand Down

0 comments on commit 49852f8

Please sign in to comment.