From bec87cb8217222be4134e0e5947a38db1143dbc4 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" <114750+alfredh@users.noreply.github.com> Date: Tue, 27 Aug 2024 09:18:49 +0200 Subject: [PATCH 1/2] version 3.15.0 --- CMakeLists.txt | 2 +- mk/Doxyfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a547fb01..4035b7220 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ cmake_minimum_required(VERSION 3.14) project(re - VERSION 3.14.0 + VERSION 3.15.0 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 6cb70eea3..20df6eefd 100644 --- a/mk/Doxyfile +++ b/mk/Doxyfile @@ -4,7 +4,7 @@ # Project related configuration options #--------------------------------------------------------------------------- PROJECT_NAME = libre -PROJECT_NUMBER = 3.14.0 +PROJECT_NUMBER = 3.15.0 OUTPUT_DIRECTORY = ../re-dox CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English From 4091b9a048566565daf2f3503aa681c5322d22a8 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" <114750+alfredh@users.noreply.github.com> Date: Tue, 27 Aug 2024 09:37:54 +0200 Subject: [PATCH 2/2] bump PROJECT_SOVERSION --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4035b7220..07040c975 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ project(re DESCRIPTION "Generic library for real-time communications" ) -set(PROJECT_SOVERSION 26) # bump if ABI breaks +set(PROJECT_SOVERSION 27) # bump if ABI breaks # Pre-release identifier, comment out on a release # Increment for breaking changes (dev2, dev3...)