Skip to content

Commit

Permalink
Prepare for 1.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed May 13, 2024
1 parent 924eebd commit 4f61a4e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib)
# Version information
set (RMF_VERSION_MAJOR 1)
set (RMF_VERSION_MINOR 6)
set (RMF_VERSION_MICRO 0)
set (RMF_VERSION_MICRO 1)
math (EXPR RMF_VERSION "${RMF_VERSION_MAJOR} * 100000 + ${RMF_VERSION_MINOR} * 100 + ${RMF_VERSION_MICRO}")

set(RMF_SOVERSION "${RMF_VERSION_MAJOR}.${RMF_VERSION_MINOR}" CACHE INTERNAL "" FORCE)
Expand Down
8 changes: 8 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Change Log {#changelog}
==========

# 1.6.1 - 2024-05-13 # {#changelog_1_6_1}
- .deb packages for RMF for Ubuntu are now provided via the
[Ubuntu PPA](https://launchpad.net/~salilab/+archive/ubuntu/ppa) mechanism.
- `rmf_cat` now checks that all of the files it has been asked to concatenate
have the same structure and static frame, and exits with an error if they
don't. A new `--force` option is provided to override this check.
- Bugfix: fixes to build with Boost 1.85

# 1.6.0 - 2023-12-14 # {#changelog_1_6_0}
- RPM packages for RMF for RedHat Linux (and clones such as Alma or Rocky)
and for Fedora are now provided by the
Expand Down
5 changes: 4 additions & 1 deletion tools/RMF.spec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
%endif

Name: RMF
Version: 1.6.0
Version: 1.6.1
Release: 1%{?dist}
License: Apache 2.0
Summary: Library to support reading and writing of RMF files
Expand Down Expand Up @@ -193,6 +193,9 @@ ${RPM_BUILD_ROOT}%{_prefix}/bin/rmf3_dump --version
%{_libdir}/libRMF*.so

%changelog
* Mon May 13 2024 Ben Webb <ben@salilab.org> 1.6.1-1
- Update for 1.6.1 release.

* Thu Dec 14 2023 Ben Webb <ben@salilab.org> 1.6.0-1
- Update for 1.6.0 release.

Expand Down
6 changes: 6 additions & 0 deletions tools/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
rmf (1.6.1-1~@CODENAME@) @CODENAME@; urgency=low

* RMF 1.6.1 release

-- IMP Developers <imp@salilab.org> Mon, 13 May 2024 15:24:48 -0700

rmf (1.6.0-2~@CODENAME@) @CODENAME@; urgency=low

* Add install tests
Expand Down

0 comments on commit 4f61a4e

Please sign in to comment.