summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2016-09-20 21:32:53 +0200
committerAlfred E. Heggestad <aeh@db.org>2016-09-20 21:32:53 +0200
commit4d7fd88a1943f04833f7fce58bc439e0fca2ae6f (patch)
treec03ebf03045c8c7cebbf28ce57d0eb764d284c3e
parentd64acc9d9c02c53308759f65280bbb25233dee99 (diff)
bump version to 0.5.0
-rw-r--r--Makefile2
-rw-r--r--include/baresip.h2
-rw-r--r--mk/Doxyfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6d73456..f2671e5 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@
USE_VIDEO := 1
PROJECT := baresip
-VERSION := 0.4.20
+VERSION := 0.5.0
DESCR := "Baresip is a modular SIP User-Agent with audio and video support"
# Verbose and silent build modes
diff --git a/include/baresip.h b/include/baresip.h
index bcd99c9..4acc0cd 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -13,7 +13,7 @@ extern "C" {
/** Defines the Baresip version string */
-#define BARESIP_VERSION "0.4.20"
+#define BARESIP_VERSION "0.5.0"
#ifndef NET_MAX_NS
diff --git a/mk/Doxyfile b/mk/Doxyfile
index 840f0a0..e824d1a 100644
--- a/mk/Doxyfile
+++ b/mk/Doxyfile
@@ -4,7 +4,7 @@
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = baresip
-PROJECT_NUMBER = 0.4.20
+PROJECT_NUMBER = 0.5.0
OUTPUT_DIRECTORY = ../baresip-dox
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English