From 434f7a675c92dca0005a129ae5afc0f41ef31533 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Tue, 30 Jan 2024 08:42:20 +0100 Subject: [PATCH] mk: bump version to 3.9.0 (#1060) --- CMakeLists.txt | 4 ++-- mk/Doxyfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 355355ec0..84a507fd8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,13 +14,13 @@ cmake_minimum_required(VERSION 3.14) project(re - VERSION 3.8.0 + VERSION 3.9.0 LANGUAGES C HOMEPAGE_URL https://github.com/baresip/re DESCRIPTION "Generic library for real-time communications" ) -set(PROJECT_SOVERSION 20) # bump if ABI breaks +set(PROJECT_SOVERSION 21) # bump if ABI breaks # Pre-release identifier, comment out on a release # Increment for breaking changes (dev2, dev3...) diff --git a/mk/Doxyfile b/mk/Doxyfile index 8ee292170..fcca5223e 100644 --- a/mk/Doxyfile +++ b/mk/Doxyfile @@ -4,7 +4,7 @@ # Project related configuration options #--------------------------------------------------------------------------- PROJECT_NAME = libre -PROJECT_NUMBER = 3.8.0 +PROJECT_NUMBER = 3.9.0 OUTPUT_DIRECTORY = ../re-dox CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English