diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-01-03 15:26:08 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-01-03 15:26:08 +0100 |
commit | ada4df151f4d5d67083d1dfe174b9425489ff4ed (patch) | |
tree | 854bc4f9405661b156c548c2866da18edb0168d7 /configure.ac | |
parent | 58d882a6d7f1374e97cf96e140b4fbede7f8e714 (diff) |
libudev: bump revision
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 377a27e59e..849939c78e 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ test "$prefix" = NONE && test "$exec_prefix" = NONE && exec_prefix= dnl /* libudev version */ LIBUDEV_LT_CURRENT=0 -LIBUDEV_LT_REVISION=6 +LIBUDEV_LT_REVISION=7 LIBUDEV_LT_AGE=0 AC_SUBST(LIBUDEV_LT_CURRENT) AC_SUBST(LIBUDEV_LT_REVISION) |