summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--debian/changelog6
-rw-r--r--include/baresip.h2
-rw-r--r--mk/Doxyfile2
-rw-r--r--rpm/baresip.spec2
5 files changed, 10 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 0759036..5124447 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@
USE_VIDEO := 1
PROJECT := baresip
-VERSION := 0.5.0
+VERSION := 0.5.1
DESCR := "Baresip is a modular SIP User-Agent with audio and video support"
# Verbose and silent build modes
diff --git a/debian/changelog b/debian/changelog
index df54b9c..fcff154 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+baresip (0.5.1) unstable; urgency=medium
+
+ * version 0.5.1
+
+ -- Alfred E. Heggestad <alfred.heggestad@gmail.com> Sat, 4 Mar 2017 10:00:00 +0100
+
baresip (0.5.0) unstable; urgency=medium
* version 0.5.0
diff --git a/include/baresip.h b/include/baresip.h
index 71c65cf..9502497 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -13,7 +13,7 @@ extern "C" {
/** Defines the Baresip version string */
-#define BARESIP_VERSION "0.5.0"
+#define BARESIP_VERSION "0.5.1"
#ifndef NET_MAX_NS
diff --git a/mk/Doxyfile b/mk/Doxyfile
index e824d1a..868da83 100644
--- a/mk/Doxyfile
+++ b/mk/Doxyfile
@@ -4,7 +4,7 @@
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = baresip
-PROJECT_NUMBER = 0.5.0
+PROJECT_NUMBER = 0.5.1
OUTPUT_DIRECTORY = ../baresip-dox
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
diff --git a/rpm/baresip.spec b/rpm/baresip.spec
index 0819f68..33f77c0 100644
--- a/rpm/baresip.spec
+++ b/rpm/baresip.spec
@@ -1,5 +1,5 @@
%define name baresip
-%define ver 0.5.0
+%define ver 0.5.1
%define rel 1
Summary: Modular SIP useragent