Skip to content

Commit 260e225

Browse files
committed
Preparing the release of Version 3.4.4
1 parent 00e6484 commit 260e225

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
@@ -33,7 +33,7 @@ include(cmake/modules/tfel.cmake)
3333
include(cmake/modules/autotools.cmake)
3434

3535
#major and minor version
36-
tfel_project(3 4 "4-dev")
36+
tfel_project(3 4 "4")
3737
set(PACKAGE_BUGREPORT "tfel-contact@cea.fr")
3838

3939
# 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.4.4-dev,tfel-contact@cea.fr)
4+
AC_INIT(tfel,3.4.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)