From 5177565e448e897a0cf390991a6f33cf7d5ae735 Mon Sep 17 00:00:00 2001 From: Sebastian Reimers Date: Fri, 3 Nov 2023 08:25:19 +0100 Subject: [PATCH] release v3.6.1 --- CHANGELOG.md | 8 ++++++++ CMakeLists.txt | 2 +- mk/Doxyfile | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb91dda73..942d31510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to libre 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). +## [v3.6.1] - 2023-11-03 + +## What's Changed +ice: AI_V4MAPPED doesn't exist on OpenBSD #989 +dialog: REVERT fix rtags of forking INVITE with 100rel (#947) #986 +debian: fix version number + + ## [v3.6.0] - 2023-10-17 ## What's Changed diff --git a/CMakeLists.txt b/CMakeLists.txt index 936ab5b70..7e40b23f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ cmake_minimum_required(VERSION 3.13) project(re - VERSION 3.6.0 + VERSION 3.6.1 LANGUAGES C HOMEPAGE_URL https://github.com/baresip/re DESCRIPTION "Generic library for real-time communications" diff --git a/mk/Doxyfile b/mk/Doxyfile index 05f195b20..4c0347c2c 100644 --- a/mk/Doxyfile +++ b/mk/Doxyfile @@ -4,7 +4,7 @@ # Project related configuration options #--------------------------------------------------------------------------- PROJECT_NAME = libre -PROJECT_NUMBER = 3.6.0 +PROJECT_NUMBER = 3.6.1 OUTPUT_DIRECTORY = ../re-dox CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English