[Pkg-voip-commits] [janus] 41/163: Bumped to version 0.2.5

Jonas Smedegaard dr at jones.dk
Sat Oct 28 01:22:07 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.2.5-1
in repository janus.

commit a80b63a5226028c188d9f6b94aee56acf21ee710
Author: Lorenzo Miniero <lminiero at gmail.com>
Date:   Fri Jul 28 11:09:45 2017 +0200

    Bumped to version 0.2.5
---
 README.md              | 2 +-
 configure.ac           | 2 +-
 docs/janus-doxygen.cfg | 2 +-
 janus.c                | 4 ++--
 janus.ggo              | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 6c1502e..5a114cc 100644
--- a/README.md
+++ b/README.md
@@ -310,7 +310,7 @@ or on the command line:
 
 	<installdir>/bin/janus --help
 
-	janus 0.2.4
+	janus 0.2.5
 
 	Usage: janus [OPTIONS]...
 
diff --git a/configure.ac b/configure.ac
index 4d9225d..ff9937e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Janus Gateway],[0.2.4],[https://github.com/meetecho/janus-gateway],[janus-gateway],[https://janus.conf.meetecho.com])
+AC_INIT([Janus Gateway],[0.2.5],[https://github.com/meetecho/janus-gateway],[janus-gateway],[https://janus.conf.meetecho.com])
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
 
diff --git a/docs/janus-doxygen.cfg b/docs/janus-doxygen.cfg
index 7e000ea..cffce2f 100644
--- a/docs/janus-doxygen.cfg
+++ b/docs/janus-doxygen.cfg
@@ -32,7 +32,7 @@ PROJECT_NAME           = "Janus"
 # This could be handy for archiving the generated documentation or
 # if some version control system is used.
 
-PROJECT_NUMBER         = 0.2.4
+PROJECT_NUMBER         = 0.2.5
 
 # 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
diff --git a/janus.c b/janus.c
index 481eeaf..b317182 100644
--- a/janus.c
+++ b/janus.c
@@ -41,8 +41,8 @@
 
 #define JANUS_NAME				"Janus WebRTC Gateway"
 #define JANUS_AUTHOR			"Meetecho s.r.l."
-#define JANUS_VERSION			24
-#define JANUS_VERSION_STRING	"0.2.4"
+#define JANUS_VERSION			25
+#define JANUS_VERSION_STRING	"0.2.5"
 #define JANUS_SERVER_NAME		"MyJanusInstance"
 
 #ifdef __MACH__
diff --git a/janus.ggo b/janus.ggo
index 8a53089..2fac39e 100644
--- a/janus.ggo
+++ b/janus.ggo
@@ -1,4 +1,4 @@
-#Janus 0.2.4 gengetopt file
+#Janus 0.2.5 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git



More information about the Pkg-voip-commits mailing list