File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,9 @@ endif ()
4949
5050set (LBANN_VERSION_MAJOR 0)
5151set (LBANN_VERSION_MINOR 97)
52+ set (LBANN_VERSION_PATCH 1)
5253
53- set (LBANN_VERSION "${LBANN_VERSION_MAJOR} .${LBANN_VERSION_MINOR} " )
54+ set (LBANN_VERSION "${LBANN_VERSION_MAJOR} .${LBANN_VERSION_MINOR} . ${LBANN_VERSION_PATCH} " )
5455
5556# Check to see if we are in a git repo
5657find_program (__GIT_EXECUTABLE git)
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ Build system:
1717
1818Retired features:
1919
20+ ============================== Release Notes: v0.97.1 ==============================
21+ Bug Fixes:
22+ - Removed deprecated header file include
23+
2024============================== Release Notes: v0.97 ==============================
2125Support for new layers:
2226 - Mean absolute error and L1 norm
You can’t perform that action at this time.
0 commit comments