Skip to content

Commit

Permalink
Update libsc to v2.8.6 and soversion to 3:0:0
Browse files Browse the repository at this point in the history
  • Loading branch information
cburstedde committed Mar 18, 2024
1 parent a469142 commit 0d26564
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ jobs:
run: |
cd sc
git fetch --tags
# git checkout v2.8.5
git checkout -b test-branch 6ea37fc09367d99382e7250798771ad3b63442e5
git checkout v2.8.6
# git checkout -b test-branch 2c1496904c485d4ca6f844c396b32f608b72438c
- name: Run bootstrap script
run: ./bootstrap
Expand Down
2 changes: 1 addition & 1 deletion config/p4est_soversion.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

# This file is included by src/Makefile.am and parsed by cmake/config.cmake.

P4EST_SOVERSION = 2:0:0
P4EST_SOVERSION = 3:0:0
10 changes: 5 additions & 5 deletions doc/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
the next release version. Please also note if there have been A*I
extensions, in which case we'll bump the libtool minor version.

## 2.9

This release will be considered stable and long-time supported.

## 2.8.6

This is the upcoming release with lots of small additions throughout.
There have been breaking changes, very strictly speaking.

### Build system

- Bump libsc under subdirectory sc/ to v2.8.6.
- Bump libtool library version of p4est and libsc to 3:0:0.
- Enhance CMake build script in accordance with changes under sc/.

### Documentation

- Create a page of examples for users to get familiar with the software.
Expand Down
2 changes: 1 addition & 1 deletion sc

0 comments on commit 0d26564

Please sign in to comment.