We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e6484 commit 260e225Copy full SHA for 260e225
2 files changed
CMakeLists.txt
@@ -33,7 +33,7 @@ include(cmake/modules/tfel.cmake)
33
include(cmake/modules/autotools.cmake)
34
35
#major and minor version
36
-tfel_project(3 4 "4-dev")
+tfel_project(3 4 "4")
37
set(PACKAGE_BUGREPORT "tfel-contact@cea.fr")
38
39
# 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.4.4-dev,tfel-contact@cea.fr)
+AC_INIT(tfel,3.4.4,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