We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d3d87 commit b9c48d1Copy full SHA for b9c48d1
2 files changed
CMakeLists.txt
@@ -26,7 +26,7 @@ include(cmake/modules/tfel.cmake)
26
include(cmake/modules/autotools.cmake)
27
28
#major and minor version
29
-tfel_project(3 1 "10-dev")
+tfel_project(3 1 "10")
30
set(PACKAGE_BUGREPORT "tfel-contact@cea.fr")
31
32
# load the list of rounding modes defined by the IEEE754 standard
configure.ac
@@ -1,7 +1,7 @@
1
# Process this file with autoconf to produce a configure script.
2
# Process this file with automake to produce Makefile.in files.
3
4
-AC_INIT(tfel,3.1.10-dev,tfel-contact@cea.fr)
+AC_INIT(tfel,3.1.10,tfel-contact@cea.fr)
5
AC_CONFIG_SRCDIR([include/TFEL/Config/TFELConfig.hxx])
6
AC_CONFIG_COMMANDS
7
AC_CONFIG_MACRO_DIR([m4])
0 commit comments