Skip to content

Commit

Permalink
Preparing the release of Version 3.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfer committed Oct 24, 2022
1 parent 2c48bcb commit 1443073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ include(cmake/modules/tfel.cmake)
include(cmake/modules/autotools.cmake)

#major and minor version
tfel_project(3 1 "11-dev")
tfel_project(3 1 "11")
set(PACKAGE_BUGREPORT "tfel-contact@cea.fr")

# load the list of rounding modes defined by the IEEE754 standard
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
# Process this file with automake to produce Makefile.in files.

AC_INIT(tfel,3.1.11-dev,tfel-contact@cea.fr)
AC_INIT(tfel,3.1.11,tfel-contact@cea.fr)
AC_CONFIG_SRCDIR([include/TFEL/Config/TFELConfig.hxx])
AC_CONFIG_COMMANDS
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit 1443073

Please sign in to comment.