Skip to content

Commit 359bbfe

Browse files
committed
Prepare release of version 3.0
1 parent 0c19af8 commit 359bbfe

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ string(CONCAT MFrontGenericInterfaceSupportDescription
55
"integrate MFront generated material libraries.")
66

77
include(cmake/modules/mgis.cmake)
8-
set(MFrontGenericInterfaceSupportDevelopmentVersion ON)
8+
set(MFrontGenericInterfaceSupportDevelopmentVersion OFF)
99
project("mfront-generic-interface"
1010
VERSION 3.0.0
1111
DESCRIPTION "${MFrontGenericInterfaceSupportDescription}"

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ The following bindings are under consideration:
5959

6060
# Versions, branches
6161

62+
- Version `3.0` is meant to be build against `TFEL` 5.0
6263
- Version `2.2` is meant to be build against `TFEL` 4.2
6364
- Version `2.1` is meant to be build against `TFEL` 4.1
6465
- Version `2.0` is meant to be build against `TFEL` 4.0
@@ -73,6 +74,8 @@ The following branches are available:
7374

7475
- The `master` branch follows the evolution of the `master` branch of
7576
the `TFEL` project
77+
- The `rliv-3.0` follows the evolution of the 5.0.x series of the `TFEL`
78+
project.
7679
- The `rliv-2.2` follows the evolution of the 4.2.x series of the `TFEL`
7780
project.
7881
- The `rliv-2.1` follows the evolution of the 4.1.x series of the `TFEL`

0 commit comments

Comments
 (0)