Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
bump version numbers to 2.12.0 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh authored Feb 15, 2023
1 parent da960ee commit 0566f49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
cmake_minimum_required(VERSION 3.13)

project(rem
VERSION 2.11.0
VERSION 2.12.0
LANGUAGES C
HOMEPAGE_URL https://github.com/baresip/rem
DESCRIPTION "Audio and video processing media library"
)

set(PROJECT_SOVERSION 5) # bump if ABI breaks
set(PROJECT_SOVERSION 6) # bump if ABI breaks

# Pre-release identifier, comment out on a release
# Increment for breaking changes (dev2, dev3...)
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 = librem
PROJECT_NUMBER = 2.11.0
PROJECT_NUMBER = 2.12.0
OUTPUT_DIRECTORY = ../rem-dox
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
Expand Down

0 comments on commit 0566f49

Please sign in to comment.