diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-09-10 07:22:04 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-09-10 07:22:04 -0400 |
commit | 320c6723e7beb6009fdf76c081cc03fd31c12425 (patch) | |
tree | 0e84d17af119719b814a759b5c3b01fa1833c8b8 | |
parent | 254466e4a05d8110e4b5a999d0c5911a6c9eebb2 (diff) |
configure.ac: moving towards release 1.3
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 270eba699c..1da9e05cbd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.68]) -AC_INIT([eudev],[1.2],[https://github.com/gentoo/eudev/issues]) +AC_INIT([eudev],[1.3],[https://github.com/gentoo/eudev/issues]) AC_SUBST(UDEV_VERSION, 206) AC_CONFIG_SRCDIR([src/udev/udevd.c]) |