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 47ae88d..8b806b1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+dt-utils 2016.05.1
+==================
+barebox-state: Update bitflip handling
+
dt-utils 2016.05.0
==================
barebox-state: Update to refactored state code from barebox
diff --git a/configure.ac b/configure.ac
index b8ad8f9..de95770 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.60)
AC_INIT([dt-utils],
- [2016.05.0],
+ [2016.05.1],
[bugs@pengutronix.de],
[dt-utils],
[http://git.pengutronix.de/?p=tools/dt-utils.git;a=summary])