From b788fd966f7cc7b04ffba27dabd385feb3886255 Mon Sep 17 00:00:00 2001 From: "Julien Y. Dutheil" Date: Mon, 13 Aug 2018 14:27:48 +0200 Subject: [PATCH] Preparing version 2.4.1. --- CMakeLists.txt | 4 ++-- Doxyfile | 2 +- bpp-popgen.spec | 4 +++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4096653..531d895 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -95,10 +95,10 @@ ENDIF(NO_DEP_CHECK) # Packager SET(CPACK_PACKAGE_NAME "libbpp-popgen") SET(CPACK_PACKAGE_VENDOR "Bio++ Development Team") -SET(CPACK_PACKAGE_VERSION "2.4.0") +SET(CPACK_PACKAGE_VERSION "2.4.1") SET(CPACK_PACKAGE_VERSION_MAJOR "2") SET(CPACK_PACKAGE_VERSION_MINOR "4") -SET(CPACK_PACKAGE_VERSION_PATCH "0") +SET(CPACK_PACKAGE_VERSION_PATCH "1") SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The Bio++ Population Genetics library") SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/COPYING.txt") SET(CPACK_RESOURCE_FILE_AUTHORS "${CMAKE_SOURCE_DIR}/AUTHORS.txt") diff --git a/Doxyfile b/Doxyfile index 0402ed8..ef8050b 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = bpp-popgen # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 2.4.0 +PROJECT_NUMBER = 2.4.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/bpp-popgen.spec b/bpp-popgen.spec index eefce50..14ca29c 100644 --- a/bpp-popgen.spec +++ b/bpp-popgen.spec @@ -3,7 +3,7 @@ URL: https://github.com/BioPP/bpp-seq Name: bpp-popgen -Version: 2.4.0 +Version: 2.4.1 Release: 1%{?dist} License: CECILL-2.0 Vendor: The Bio++ Project @@ -84,6 +84,8 @@ rm -rf $RPM_BUILD_ROOT %{_prefix}/include/* %changelog +* Mon Aug 13 2018 Julien Dutheil 2.4.1-1 +- Compatibility update gcc8. * Mon Mar 12 2018 Julien Dutheil 2.4.0-1 - Remove deprecated dynamic exception specifications - Increased interface number