Skip to content

Commit 30946f2

Browse files
committed
bmon 3.7 release
Signed-off-by: Thomas Graf <[email protected]>
1 parent 47547eb commit 30946f2

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v3.7 - November 22, 2014
2+
----------------------
3+
* Bugfixes
4+
* Documentation updates
5+
* Provide minimal interface information on BSD
6+
17
v3.6 - November 22, 2014
28
----------------------
39
* Build fix for uclinux

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ bmon
2727
```
2828

2929
-------------
30-
## New in 3.6
31-
* Build fix for uclinux
32-
* Fix LICENSE links
30+
## New in 3.7
31+
* Bugfixes
32+
* Documentation updates
33+
* Provide minimal interface information on BSD
3334

3435
-------------
3536
### Usage

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2222
# DEALINGS IN THE SOFTWARE.
2323

24-
AC_INIT(bmon, 3.6, [], [], [http://www.infradead.org/~tgr/bmon/])
24+
AC_INIT(bmon, 3.7, [], [], [http://www.infradead.org/~tgr/bmon/])
2525
AC_CONFIG_HEADERS(include/bmon/defs.h)
2626
AC_CONFIG_AUX_DIR([build-aux])
2727
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)