summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8b806b1..70e612d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+dt-utils 2016.05.2
+==================
+barebox-state: Fix info outputs to be on stderr
+
dt-utils 2016.05.1
==================
barebox-state: Update bitflip handling
diff --git a/configure.ac b/configure.ac
index de95770..ef2ed0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.60)
AC_INIT([dt-utils],
- [2016.05.1],
+ [2016.05.2],
[bugs@pengutronix.de],
[dt-utils],
[http://git.pengutronix.de/?p=tools/dt-utils.git;a=summary])