Skip to content

Commit 79345bf

Browse files
committed
Prepare the release of TFEL-3.0.10
1 parent 02bd853 commit 79345bf

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
@@ -21,7 +21,7 @@ include(cmake/modules/tfel.cmake)
2121
include(cmake/modules/autotools.cmake)
2222

2323
#major and minor version
24-
tfel_project(3 0 "10-dev")
24+
tfel_project(3 0 "10")
2525
set(PACKAGE_BUGREPORT "tfel-contact@cea.fr")
2626

2727
# check for the fenv package

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