-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preparing the release of Version 3.2.8
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ include(cmake/modules/tfel.cmake) | |
include(cmake/modules/autotools.cmake) | ||
|
||
#major and minor version | ||
tfel_project(3 2 "8-dev") | ||
tfel_project(3 2 "8") | ||
set(PACKAGE_BUGREPORT "[email protected]") | ||
|
||
# load the list of rounding modes defined by the IEEE754 standard | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.2.8-dev,[email protected]) | ||
AC_INIT(tfel,3.2.8,[email protected]) | ||
AC_CONFIG_SRCDIR([include/TFEL/Config/TFELConfig.hxx]) | ||
AC_CONFIG_COMMANDS | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
|