Skip to content

Commit

Permalink
Merge pull request #1439 from dwcaress/caress-tmp
Browse files Browse the repository at this point in the history
Set 5.8.1beta7
  • Loading branch information
dwcaress authored Feb 25, 2024
2 parents c81b6dc + 5c70997 commit 0ea3189
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ChangeLog.html
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ <h3 id="toc_1">MB-System Version 5.8 Releases and Release Notes:</h3>
<hr>

<ul>
<li>Version 5.8.1beta06 February 24, 2024</li>
<li>Version 5.8.1beta07 February 24, 2024</li>
<li>Version 5.8.1beta04 February 16, 2024</li>
<li>Version 5.8.1beta03 February 8, 2024</li>
<li>Version 5.8.1beta02 February 7, 2024</li>
Expand All @@ -370,7 +370,7 @@ <h3 id="toc_1">MB-System Version 5.8 Releases and Release Notes:</h3>

<hr>

<h4 id="toc_2">5.8.1beta06 (February 24, 2024)</h4>
<h4 id="toc_2">5.8.1beta07 (February 24, 2024)</h4>

<p>CMake build system: Fixed ability to set OTPS location in cmake build system.</p>

Expand Down
4 changes: 2 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ or beta, are equally accessible as tarballs through the Github interface.
### MB-System Version 5.8 Releases and Release Notes:
---

- Version 5.8.1beta06 February 24, 2024
- Version 5.8.1beta07 February 24, 2024
- Version 5.8.1beta04 February 16, 2024
- Version 5.8.1beta03 February 8, 2024
- Version 5.8.1beta02 February 7, 2024
Expand All @@ -32,7 +32,7 @@ or beta, are equally accessible as tarballs through the Github interface.

---

#### 5.8.1beta06 (February 24, 2024)
#### 5.8.1beta07 (February 24, 2024)

CMake build system: Fixed ability to set OTPS location in cmake build system.

Expand Down
1 change: 0 additions & 1 deletion src/mbio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ if(buildGSF)
endif()

set(HEADERS
mb_config.h
mb_define.h
mb_format.h
mb_info.h
Expand Down
2 changes: 1 addition & 1 deletion src/mbio/mb_define.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include <stdint.h>

/* Define version and date for this release */
#define MB_VERSION "5.8.1beta06"
#define MB_VERSION "5.8.1beta07"
#define MB_VERSION_DATE "24 February 2024"

/* CMake supports current OS's and so there is only one form of RPC and XDR and no mb_config.h file */
Expand Down

0 comments on commit 0ea3189

Please sign in to comment.