summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c5ef905..ebdc2f0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+dt-utils 2016.07.2
+==================
+barebox-state: Restore backwards compatibility with older versions and add
+blockdevice detection.
+
dt-utils 2016.07.1
==================
barebox-state: Support to use multiple state frameworks at for the same call.
diff --git a/configure.ac b/configure.ac
index 0fc6b4f..a58498f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.60)
AC_INIT([dt-utils],
- [2016.07.1],
+ [2016.07.2],
[bugs@pengutronix.de],
[dt-utils],
[http://git.pengutronix.de/?p=tools/dt-utils.git;a=summary])