diff --git a/CMakeLists.txt b/CMakeLists.txt index b8d9f2244..c427dd845 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ include(cmake/modules/tfel.cmake) include(cmake/modules/autotools.cmake) #major and minor version -tfel_project(3 0 "10-dev") +tfel_project(3 0 "10") set(PACKAGE_BUGREPORT "tfel-contact@cea.fr") # check for the fenv package diff --git a/configure.ac b/configure.ac index e58ebb4e3..68ea3be00 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,3.0.10-dev,tfel-contact@cea.fr) +AC_INIT(tfel,3.0.10,tfel-contact@cea.fr) AC_CONFIG_SRCDIR([include/TFEL/Config/TFELConfig.hxx]) AC_CONFIG_COMMANDS AC_CONFIG_MACRO_DIR([m4])