Skip to content

Commit 4459ec5

Browse files
author
Halim Amer
committed
CHANGES/version: updated for the 1.0b1 release
1 parent 2e5ffd0 commit 4459ec5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGES.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
===============================================================================
2-
Changes in 1.0
2+
Changes in 1.0b1
3+
===============================================================================
4+
5+
- Fixed missing some global state initialization
6+
- Fixed bugs related to newer Perl versions
7+
- Updated the embedded Argobots version
8+
9+
===============================================================================
10+
Changes in 1.0a1
311
===============================================================================
412

513
# The first release of BOLT, which uses Argobots as a threading layer.

autogen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ echo_n() {
4747
########################################################################
4848

4949
# Update the below when releasing a new version
50-
BOLT_VERSION=1.0a1
50+
BOLT_VERSION=1.0b1
5151

5252
# Produce a numeric version assuming the following format:
5353
# Version: [MAJ].[MIN].[REV][EXT][EXT_NUMBER]

0 commit comments

Comments
 (0)