Skip to content

Commit

Permalink
bump version to v0.9
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Klotzbuecher <mk@mkio.de>
  • Loading branch information
kmarkus committed Jun 10, 2020
1 parent a7cb58a commit 0737c51
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ ChangeLog

This file tracks user visible API changes

## next
## 0.9.0

- `ubx-genblock` updated

- `ubx_ports_connect_uni`/`ubx_ports_disconnect_uni`/
- removed `_uni` suffix
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
m4_define([package_version_major],[0])
m4_define([package_version_minor],[8])
m4_define([package_version_micro],[1])
m4_define([package_version_minor],[9])
m4_define([package_version_micro],[0])

AC_INIT([ubx], [package_version_major.package_version_minor.package_version_micro])
AM_INIT_AUTOMAKE([foreign -Wall])
Expand Down
2 changes: 1 addition & 1 deletion tools/ubx-genblock
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ AC_PROG_INSTALL
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
LT_INIT(disable-static)
PKG_CHECK_MODULES(UBX, ubx0 >= 0.8.1)
PKG_CHECK_MODULES(UBX, ubx0 >= 0.9.0)
PKG_CHECK_VAR([UBX_MODDIR], [ubx0], [UBX_MODDIR])
AC_MSG_CHECKING([ubx module directory])
Expand Down

0 comments on commit 0737c51

Please sign in to comment.