diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-06-09 05:08:04 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-06-09 05:08:04 -0400 |
commit | 604b9042e3bab6f2046f2ce9b63767a6afcf438e (patch) | |
tree | 8a64d9a1f9a6d79647f412d1763193a65cc646df | |
parent | 1eaa837ba654d2ee005de5b53dca5bc5972bfd34 (diff) |
Version bump to 1.0, dropping _beta tageudev/v1.0
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 5faf1ed6bd..6ab04df6bd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.68]) -AC_INIT([eudev],[1_beta4],[https://github.com/gentoo/eudev/issues]) -AC_SUBST(UDEV_VERSION, 200) +AC_INIT([eudev],[1.0],[https://github.com/gentoo/eudev/issues]) +AC_SUBST(UDEV_VERSION, 204) AC_CONFIG_SRCDIR([src/udev/udevd.c]) AC_USE_SYSTEM_EXTENSIONS |