1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-31 14:50:15 +03:00

version bump

This commit is contained in:
Kay Sievers 2009-01-25 21:25:41 +01:00
parent 722af2d0d3
commit 705e1c7ffe
2 changed files with 5 additions and 2 deletions

3
NEWS
View File

@ -1,3 +1,6 @@
udev 138
========
udev 137
========
Bugfixes.

View File

@ -1,5 +1,5 @@
AC_INIT([udev],
[137],
[138],
[linux-hotplug@vger.kernel.org])
AC_PREREQ(2.60)
AC_CONFIG_SRCDIR([udev/udevd.c])
@ -23,7 +23,7 @@ AC_SUBST(LIBUDEV_LT_AGE)
dnl /* libvolume_id version */
VOLID_LT_CURRENT=1
VOLID_LT_REVISION=8
VOLID_LT_REVISION=9
VOLID_LT_AGE=0
AC_SUBST(VOLID_LT_CURRENT)
AC_SUBST(VOLID_LT_REVISION)