Skip to content

Commit

Permalink
version 3.15.0 (baresip#3134)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh authored Aug 27, 2024
1 parent 98b9236 commit 63c0446
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

cmake_minimum_required(VERSION 3.14)

project(baresip VERSION 3.14.0)
project(baresip VERSION 3.15.0)

set(PROJECT_SOVERSION 16) # bump if ABI breaks
set(PROJECT_SOVERSION 17) # bump if ABI breaks

# Pre-release identifier, comment out on a release
# Increment for breaking changes (dev2, dev3...)
Expand Down
2 changes: 1 addition & 1 deletion include/baresip.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extern "C" {


/** Defines the Baresip version string */
#define BARESIP_VERSION "3.14.0"
#define BARESIP_VERSION "3.15.0"


#ifndef NET_MAX_NS
Expand Down
2 changes: 1 addition & 1 deletion mk/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = baresip
PROJECT_NUMBER = 3.14.0
PROJECT_NUMBER = 3.15.0
OUTPUT_DIRECTORY = ../baresip-dox
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
Expand Down

0 comments on commit 63c0446

Please sign in to comment.