diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-11 17:09:57 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-11 17:09:57 +0200 |
commit | 55eb845c28129baf732a6c1ce5afbc3f7cca9593 (patch) | |
tree | 5477298e67c7da095acea11227a549779e1d8fa1 /configure.ac | |
parent | 4ad3a37f50ed3af4158cd0d0badbd146eb8e3500 (diff) |
release 128
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 43babff124..bcc3554ac8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([udev], - [127], + [128], [kay.sievers@vrfy.org]) AC_PREREQ(2.60) AC_CONFIG_SRCDIR([udev/udevd.c]) @@ -11,7 +11,7 @@ AC_PROG_LIBTOOL dnl /* libudev version */ LIBUDEV_LT_CURRENT=0 -LIBUDEV_LT_REVISION=0 +LIBUDEV_LT_REVISION=1 LIBUDEV_LT_AGE=0 AC_SUBST(LIBUDEV_LT_CURRENT) AC_SUBST(LIBUDEV_LT_REVISION) |