diff options
author | Karel Zak <kzak@redhat.com> | 2009-07-15 23:46:31 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-07-16 01:16:28 +0200 |
commit | 29e107aac49c5b922ae84e703ee031b447d368c7 (patch) | |
tree | 51a725159092870ac485b20fcb33c4d273562bd3 | |
parent | b32619cd73adba5d1aec83a7fd47d32694c1a2e1 (diff) | |
download | util-linux-old-29e107aac49c5b922ae84e703ee031b447d368c7.tar.gz |
build-sys: release++ (v2.16)
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +util-linux-ng 2.16: Jul 2009 +* see docs/v2.16-ReleaseNotes or complete changelog at + ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.16/v2.16-ChangeLog + util-linux-ng 2.16-rc2: Jul 2 2009 * see docs/v2.16-ReleaseNotes or complete changelog at ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.16/v2.16-rc2-ChangeLog diff --git a/configure.ac b/configure.ac index 2e775209..8999826a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(util-linux-ng, 2.16-rc2, kzak@redhat.com) +AC_INIT(util-linux-ng, 2.16, kzak@redhat.com) AC_PREREQ(2.60) |