Skip to content

Commit dfc75d6

Browse files
committed
Updated version to v0.98.1
1 parent 12d2477 commit dfc75d6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ endif ()
4949

5050
set(LBANN_VERSION_MAJOR 0)
5151
set(LBANN_VERSION_MINOR 98)
52-
set(LBANN_VERSION_PATCH 0)
52+
set(LBANN_VERSION_PATCH 1)
5353

5454
set(LBANN_VERSION "${LBANN_VERSION_MAJOR}.${LBANN_VERSION_MINOR}.${LBANN_VERSION_PATCH}")
5555

ReleaseNotes.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ I/O & data readers:
1616
Build system:
1717

1818
Retired features:
19+
20+
============================== Release Notes: v0.98.1 ==============================
21+
Bug Fixes:
22+
- Added missing header
23+
1924
============================== Release Notes: v0.98 ==============================
2025
Support for new training algorithms:
2126
- Hyperparameter exploration with Adam optimizers

0 commit comments

Comments
 (0)