diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-03-22 18:44:40 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-03-22 18:44:40 -0400 |
commit | 6330a66ad28c72700ddab894549fb154e3c561c9 (patch) | |
tree | 13b2fd571553c0a311bd54fd8ca6a353d1041911 | |
parent | 0114457e2f3c986437f6ba36fae9376b1d94c94b (diff) |
configure.ac: bump to 1.5.3eudev/v1.5.3
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-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 |