Skip to content

Commit 7a72d06

Browse files
committed
Prepare release of TFEL-4.1
1 parent bfa78bc commit 7a72d06

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ include(cmake/modules/tfel.cmake)
3636
include(cmake/modules/autotools.cmake)
3737

3838
#major and minor version
39-
tfel_project(4 1 "0-dev")
39+
tfel_project(4 1 "0")
4040
set(PACKAGE_BUGREPORT "tfel-contact@cea.fr")
4141

4242
# load the list of rounding modes defined by the IEEE754 standard

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Process this file with autoconf to produce a configure script.
22
# Process this file with automake to produce Makefile.in files.
33

4-
AC_INIT(tfel,4.1.0-dev,tfel-contact@cea.fr)
4+
AC_INIT(tfel,4.1.0,tfel-contact@cea.fr)
55
AC_CONFIG_SRCDIR([include/TFEL/Config/TFELConfig.hxx])
66
AC_CONFIG_COMMANDS
77
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)