Skip to content

Commit cb0dc93

Browse files
committed
Preparing the release of Version 3.3.4
1 parent e0c7f93 commit cb0dc93

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ include(cmake/modules/tfel.cmake)
2727
include(cmake/modules/autotools.cmake)
2828

2929
#major and minor version
30-
tfel_project(3 3 "4-dev")
30+
tfel_project(3 3 "4")
3131
set(PACKAGE_BUGREPORT "tfel-contact@cea.fr")
3232

3333
# load the list of rounding modes defined by the IEEE754 standard

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Process this file with autoconf to produce a configure script.
22
# Process this file with automake to produce Makefile.in files.
33

4-
AC_INIT(tfel,3.3.4-dev,tfel-contact@cea.fr)
4+
AC_INIT(tfel,3.3.4,tfel-contact@cea.fr)
55
AC_CONFIG_SRCDIR([include/TFEL/Config/TFELConfig.hxx])
66
AC_CONFIG_COMMANDS
77
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)