We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02bd853 commit 79345bfCopy full SHA for 79345bf
2 files changed
CMakeLists.txt
@@ -21,7 +21,7 @@ include(cmake/modules/tfel.cmake)
21
include(cmake/modules/autotools.cmake)
22
23
#major and minor version
24
-tfel_project(3 0 "10-dev")
+tfel_project(3 0 "10")
25
set(PACKAGE_BUGREPORT "tfel-contact@cea.fr")
26
27
# check for the fenv package
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.0.10-dev,tfel-contact@cea.fr)
+AC_INIT(tfel,3.0.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