We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c7f93 commit cb0dc93Copy full SHA for cb0dc93
2 files changed
CMakeLists.txt
@@ -27,7 +27,7 @@ include(cmake/modules/tfel.cmake)
27
include(cmake/modules/autotools.cmake)
28
29
#major and minor version
30
-tfel_project(3 3 "4-dev")
+tfel_project(3 3 "4")
31
set(PACKAGE_BUGREPORT "tfel-contact@cea.fr")
32
33
# 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.3.4-dev,tfel-contact@cea.fr)
+AC_INIT(tfel,3.3.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