From 8c11329b539ad1aa0e7d7a538e9a2d44636f9ed6 Mon Sep 17 00:00:00 2001 From: Thomas Helfer Date: Mon, 12 Dec 2022 13:38:02 +0100 Subject: [PATCH] Prepare 4.0.1 release --- CMakeLists.txt | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a7c588bc..dc63e0d3e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ include(cmake/modules/tfel.cmake) include(cmake/modules/autotools.cmake) #major and minor version -tfel_project(4 0 "1-dev") +tfel_project(4 0 "1") set(PACKAGE_BUGREPORT "tfel-contact@cea.fr") # load the list of rounding modes defined by the IEEE754 standard diff --git a/configure.ac b/configure.ac index 6a5d409bd..1e89708ca 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. # Process this file with automake to produce Makefile.in files. -AC_INIT(tfel,4.0.1-dev,tfel-contact@cea.fr) +AC_INIT(tfel,4.0.1,tfel-contact@cea.fr) AC_CONFIG_SRCDIR([include/TFEL/Config/TFELConfig.hxx]) AC_CONFIG_COMMANDS AC_CONFIG_MACRO_DIR([m4])