Skip to content

Commit b9c48d1

Browse files
committed
Prepare release of Version 3.1.10
1 parent 94d3d87 commit b9c48d1

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
@@ -26,7 +26,7 @@ include(cmake/modules/tfel.cmake)
2626
include(cmake/modules/autotools.cmake)
2727

2828
#major and minor version
29-
tfel_project(3 1 "10-dev")
29+
tfel_project(3 1 "10")
3030
set(PACKAGE_BUGREPORT "tfel-contact@cea.fr")
3131

3232
# 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,3.1.10-dev,tfel-contact@cea.fr)
4+
AC_INIT(tfel,3.1.10,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)