[Pkg-voip-commits] [janus] 143/282: Bumped to version 0.2.6

Jonas Smedegaard dr at jones.dk
Wed Dec 20 21:53:36 UTC 2017


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

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

commit b29f48dfd21b2cf634b987633f3cb1a385edcbb9
Author: Lorenzo Miniero <lminiero at gmail.com>
Date:   Mon Oct 23 18:53:43 2017 +0200

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

diff --git a/Makefile.am b/Makefile.am
index 9318bfa..3a5c84d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -162,8 +162,8 @@ man1_MANS = janus.1
 
 BUILT_SOURCES = cmdline.c cmdline.h version.c
 
-cmdline.c: janus.ggo
-	gengetopt --set-package="janus" --set-version="$(VERSION)" < $^
+cmdline.c: janus.c
+	gengetopt --set-package="janus" --set-version="$(VERSION)" < janus.ggo
 
 directory = .git
 dir_target = $(directory)-$(wildcard $(directory))
diff --git a/README.md b/README.md
index 5a114cc..cdda337 100644
--- a/README.md
+++ b/README.md
@@ -310,7 +310,7 @@ or on the command line:
 
 	<installdir>/bin/janus --help
 
-	janus 0.2.5
+	janus 0.2.6
 
 	Usage: janus [OPTIONS]...
 
diff --git a/configure.ac b/configure.ac
index 701cc54..b9bfaf7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Janus Gateway],[0.2.5],[https://github.com/meetecho/janus-gateway],[janus-gateway],[https://janus.conf.meetecho.com])
+AC_INIT([Janus Gateway],[0.2.6],[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 cffce2f..46b5cc5 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.5
+PROJECT_NUMBER         = 0.2.6
 
 # 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 d5ab752..39044ac 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			25
-#define JANUS_VERSION_STRING	"0.2.5"
+#define JANUS_VERSION			26
+#define JANUS_VERSION_STRING	"0.2.6"
 #define JANUS_SERVER_NAME		"MyJanusInstance"
 
 #ifdef __MACH__
diff --git a/janus.ggo b/janus.ggo
index 2fac39e..8a2fad2 100644
--- a/janus.ggo
+++ b/janus.ggo
@@ -1,4 +1,4 @@
-#Janus 0.2.5 gengetopt file
+#Janus 0.2.6 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