Skip to content

Commit 5e9025a

Browse files
committed
============================== Release Notes: v0.97.1 ==============================
Bug Fixes: - Removed deprecated header file include statement # Please enter the commit message for your changes. Lines starting
1 parent ef58b89 commit 5e9025a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ endif ()
4949

5050
set(LBANN_VERSION_MAJOR 0)
5151
set(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
5657
find_program(__GIT_EXECUTABLE git)

ReleaseNotes.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Build system:
1717

1818
Retired features:
1919

20+
============================== Release Notes: v0.97.1 ==============================
21+
Bug Fixes:
22+
- Removed deprecated header file include
23+
2024
============================== Release Notes: v0.97 ==============================
2125
Support for new layers:
2226
- Mean absolute error and L1 norm

0 commit comments

Comments
 (0)