diff options
-rw-r--r-- | UPSTREAM.notes | 5 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/UPSTREAM.notes b/UPSTREAM.notes index c997fb5dea..d081670762 100644 --- a/UPSTREAM.notes +++ b/UPSTREAM.notes @@ -1,3 +1,8 @@ +2014-03-22 + + * Incorporate all upstream changes to Mar 22. + * Fix issue #87 that affected 1.5.1 and 1.5.2 + 2014-03-17 * Incorporate all upstream changes to Mar 17. Note except for: diff --git a/configure.ac b/configure.ac index a661165432..82b8dab1ee 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.68]) -AC_INIT([eudev],[1.5.2],[https://github.com/gentoo/eudev/issues]) -AC_SUBST(UDEV_VERSION, 210) +AC_INIT([eudev],[1.5.3],[https://github.com/gentoo/eudev/issues]) +AC_SUBST(UDEV_VERSION, 211) AC_CONFIG_SRCDIR([src/udev/udevd.c]) AC_USE_SYSTEM_EXTENSIONS |