Skip to content

Commit

Permalink
release v3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Mar 12, 2024
1 parent 92a2cf0 commit a48c3b3
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to baresip will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 3.10.1 - 2024-03-12

* aureceiver: fix mtx_unlock on discard by @sreimers in https://github.com/baresip/baresip/pull/2955

## 3.10.0 - 2024-03-06

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

cmake_minimum_required(VERSION 3.14)

project(baresip VERSION 3.10.0)
project(baresip VERSION 3.10.1)

set(PROJECT_SOVERSION 14) # bump if ABI breaks

Expand Down
7 changes: 6 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
baresip (3.10.1) unstable; urgency=medium

* version 3.10.1

-- Sebastian Reimers <sebastian.reimers@gmail.com> Tue, 12 Mar 2024 11:08:00 +0100

baresip (3.10.0) unstable; urgency=medium

* version 3.10.0

-- Christian Spielberger <c.spielberger@commend.com> Wed, 6 Mar 2024 11:40:00 +0100


baresip (3.9.0) unstable; urgency=medium

* version 3.9.0
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.10.0"
#define BARESIP_VERSION "3.10.1"


#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.10.0
PROJECT_NUMBER = 3.10.1
OUTPUT_DIRECTORY = ../baresip-dox
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
Expand Down

0 comments on commit a48c3b3

Please sign in to comment.