Skip to content

Commit

Permalink
bump version (baresip#3027)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh authored May 14, 2024
1 parent e7cf994 commit e37a21d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.11.0)
project(baresip VERSION 3.12.0)

set(PROJECT_SOVERSION 15) # bump if ABI breaks

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.11.0"
#define BARESIP_VERSION "3.12.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.11.0
PROJECT_NUMBER = 3.12.0
OUTPUT_DIRECTORY = ../baresip-dox
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
Expand Down

0 comments on commit e37a21d

Please sign in to comment.