We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa78bc commit 7a72d06Copy full SHA for 7a72d06
2 files changed
CMakeLists.txt
@@ -36,7 +36,7 @@ include(cmake/modules/tfel.cmake)
36
include(cmake/modules/autotools.cmake)
37
38
#major and minor version
39
-tfel_project(4 1 "0-dev")
+tfel_project(4 1 "0")
40
set(PACKAGE_BUGREPORT "tfel-contact@cea.fr")
41
42
# 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,4.1.0-dev,tfel-contact@cea.fr)
+AC_INIT(tfel,4.1.0,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