Skip to content

Commit

Permalink
release v2.6.1 - fixes ABI version
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Aug 2, 2022
1 parent 0ea8203 commit b37d88e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
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

0 comments on commit b37d88e

Please sign in to comment.