diff --git a/Makefile.am b/Makefile.am index 3e85478..da6336a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,7 +40,7 @@ # If any interfaces have been removed or changed since the last release, # then set age to 0. LIBDT_CURRENT=3 -LIBDT_REVISION=0 +LIBDT_REVISION=1 LIBDT_AGE=0 pkginclude_HEADERS = \ diff --git a/NEWS b/NEWS index 5c4f59e..3564d9e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +dt-utils 2018.05.1 +================== +change project mail to oss-tools@pengutronix.de +fix compilation for glibc version 2.27.9000-36.fc29 and newer ("redefinition of 'struct statx'") +fix compiler warnings on gcc >= 6 about wrong type conversion in messages + dt-utils 2018.05.0 ================== diff --git a/configure.ac b/configure.ac index 5376ea0..12726b3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.60) AC_INIT([dt-utils], - [2018.05.0], + [2018.05.1], [oss-tools@pengutronix.de], [dt-utils], [http://git.pengutronix.de/?p=tools/dt-utils.git;a=summary])