Skip to content

Commit 4b6b46d

Browse files
committed
Prepare to release version 0.4
1 parent 0c1ca42 commit 4b6b46d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
cbm 0.4 - 26 Mar. 2025
2+
* Increased max rows to display from 8 to 64. Thanks to Jason Bowen
3+
<jbowen@infinitecactus.com>.
4+
* Implemented peak bandwidth statistics. Thanks to David Polverari
5+
<david.polverari@gmail.com>.
6+
17
cbm 0.3.2 - 15 Aug. 2021
28
* Fixed warnings from configure.ac.
39
* Ran `astyle' command in all sources.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#
2121

2222
AC_PREREQ([2.69])
23-
AC_INIT([cbm],[0.3.2],[https://github.com/resurrecting-open-source-projects/cbm/issues])
23+
AC_INIT([cbm],[0.4],[https://github.com/resurrecting-open-source-projects/cbm/issues])
2424
AM_INIT_AUTOMAKE(foreign)
2525
AC_CONFIG_SRCDIR(src/cbm.cpp)
2626
AC_CONFIG_HEADERS([src/config.h])

0 commit comments

Comments
 (0)