Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v2.6.1 - fixes ABI version #466

Merged
merged 1 commit into from
Aug 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

cmake_minimum_required(VERSION 3.7)

project(re VERSION 2.6.0 LANGUAGES C)
project(re VERSION 2.6.1 LANGUAGES C)

set(PROJECT_SOVERSION 8) # bump if ABI breaks

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Main version number
VER_MAJOR := 2
VER_MINOR := 6
VER_PATCH := 0
VER_PATCH := 1

# Development version, comment out on a release
# Increment for breaking changes (dev2, dev3...)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libre (2.6.1) unstable; urgency=medium

* version 2.6.1

-- Sebastian Reimers <[email protected]> Tue, 2 Aug 2022 08:00:00 +0200

libre (2.6.0) unstable; urgency=medium

* version 2.6.0
Expand Down