Skip to content

Commit

Permalink
prepare 2.9.0 (#587)
Browse files Browse the repository at this point in the history
* prepare 2.9.0

* bump ABI version
  • Loading branch information
alfredh authored Nov 1, 2022
1 parent 8298fd7 commit ee8a520
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ project(re
DESCRIPTION "Generic library for real-time communications"
)

set(PROJECT_SOVERSION 10) # bump if ABI breaks
set(PROJECT_SOVERSION 11) # bump if ABI breaks

# Pre-release identifier, comment out on a release
# Increment for breaking changes (dev2, dev3...)
set(PROJECT_VERSION_PRE dev)
#set(PROJECT_VERSION_PRE dev)

if(PROJECT_VERSION_PRE)
set(PROJECT_VERSION_FULL ${PROJECT_VERSION}-${PROJECT_VERSION_PRE})
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ VER_PATCH := 0

# Development version, comment out on a release
# Increment for breaking changes (dev2, dev3...)
VER_PRE := dev
#VER_PRE := dev

# bump Major if ABI breaks
ABI_MAJOR := 10
ABI_MAJOR := 11
ABI_AGE := $(VER_MINOR)
ABI_REV := $(VER_PATCH)

Expand Down

0 comments on commit ee8a520

Please sign in to comment.