From c87f7e158bb2af1c8aac846aea014d4d5efcc381 Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Mon, 21 Oct 2024 16:02:41 +0200 Subject: [PATCH] Set version 0.16 --- CMakeLists.txt | 2 +- ChangeLog | 4 ++++ VERSION | 2 +- distro/debian/changelog | 2 +- distro/rpm/otfftw.spec | 2 +- python/src/__init__.py | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 041169a..17158ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -131,7 +131,7 @@ endmacro ( ot_add_current_dir_to_include_dirs ) set ( CPACK_PACKAGE_NAME ${PACKAGE_NAME} ) set ( CPACK_PACKAGE_VERSION_MAJOR 0 ) -set ( CPACK_PACKAGE_VERSION_MINOR 15 ) +set ( CPACK_PACKAGE_VERSION_MINOR 16 ) set ( CPACK_PACKAGE_VERSION_PATCH ) set ( CPACK_SOURCE_GENERATOR "TGZ;TBZ2" ) set (CPACK_BINARY_STGZ OFF CACHE BOOL "STGZ") diff --git a/ChangeLog b/ChangeLog index 022ffc8..8dde6ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ += 0.16 release (wip) + + * Maintenance update + = 0.15 release (2024-05-02) * Maintenance update diff --git a/VERSION b/VERSION index 2856407..8eac30c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.15 +0.16 diff --git a/distro/debian/changelog b/distro/debian/changelog index 6ae21b3..16dda82 100644 --- a/distro/debian/changelog +++ b/distro/debian/changelog @@ -1,4 +1,4 @@ -otfftw (0.15-0.1) unstable; urgency=low +otfftw (0.16-0.1) unstable; urgency=low * Non-maintainer upload. * Initial release. diff --git a/distro/rpm/otfftw.spec b/distro/rpm/otfftw.spec index 1582157..339b914 100644 --- a/distro/rpm/otfftw.spec +++ b/distro/rpm/otfftw.spec @@ -20,7 +20,7 @@ FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \ -DBUILD_SHARED_LIBS:BOOL=ON Name: otfftw -Version: 0.15 +Version: 0.16 Release: 0%{?dist} Summary: OpenTURNS module Group: System Environment/Libraries diff --git a/python/src/__init__.py b/python/src/__init__.py index 6beddde..4aed8b1 100644 --- a/python/src/__init__.py +++ b/python/src/__init__.py @@ -15,4 +15,4 @@ from .otfftw import * -__version__ = '0.15' +__version__ = '0.16'