bmon 3.7 release

Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
Thomas Graf 2015-06-30 12:09:54 +02:00
parent 47547eb29f
commit 30946f2d78
3 changed files with 11 additions and 4 deletions

6
NEWS
View File

@ -1,3 +1,9 @@
v3.7 - November 22, 2014
----------------------
* Bugfixes
* Documentation updates
* Provide minimal interface information on BSD
v3.6 - November 22, 2014
----------------------
* Build fix for uclinux

View File

@ -27,9 +27,10 @@ bmon
```
-------------
## New in 3.6
* Build fix for uclinux
* Fix LICENSE links
## New in 3.7
* Bugfixes
* Documentation updates
* Provide minimal interface information on BSD
-------------
### Usage

View File

@ -21,7 +21,7 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
AC_INIT(bmon, 3.6, [], [], [http://www.infradead.org/~tgr/bmon/])
AC_INIT(bmon, 3.7, [], [], [http://www.infradead.org/~tgr/bmon/])
AC_CONFIG_HEADERS(include/bmon/defs.h)
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])