diff --git a/NEWS b/NEWS index 69967a2..c5ef905 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +dt-utils 2016.07.1 +================== +barebox-state: Support to use multiple state frameworks at for the same call. +dtblint: new checks for pinctrl-imx6q and imx*-fec. + dt-utils 2016.07.0 ================== barebox-state: Update to latest mainline state. This also speeds up reading of diff --git a/configure.ac b/configure.ac index ffa3de1..0fc6b4f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.60) AC_INIT([dt-utils], - [2016.07.0], + [2016.07.1], [bugs@pengutronix.de], [dt-utils], [http://git.pengutronix.de/?p=tools/dt-utils.git;a=summary])