Skip to content

Commit 26ec92d

Browse files
committed
Increment the version and update the NEWS
Signed-off-by: Gavin D. Howard <gavin@gavinhoward.com>
1 parent e5d6757 commit 26ec92d

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# News
22

3+
## 7.0.3
4+
5+
This is a production release that fixes build warnings on the musl libc.
6+
7+
Other users do ***NOT*** need to upgrade.
8+
39
## 7.0.2
410

511
This is a production release that fixes `Ctrl+d` on FreeBSD and Linux when using

include/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
#define BC_VERSION_H
3838

3939
/// The current version.
40-
#define VERSION 7.0.2
40+
#define VERSION 7.0.3
4141

4242
#endif // BC_VERSION_H

0 commit comments

Comments
 (0)