diff options
author | Karel Zak <kzak@redhat.com> | 2009-11-30 16:38:13 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-11-30 16:38:13 +0100 |
commit | efc729f2b880b31482c92be157754a00d7c6176d (patch) | |
tree | 0862e4e87a190b3ccb8507b5b8426dd1a0c2ae22 | |
parent | 8319a5ec3a2291b0988b153a4dc01f6cc7ad19c0 (diff) | |
download | util-linux-old-efc729f2b880b31482c92be157754a00d7c6176d.tar.gz |
build-sys: release++ (v2.16.2)
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.2: Nov 30 2009 +* see docs/v2.16.2-ReleaseNotes or complete changelog at + ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.16/v2.16.2-ChangeLog + util-linux-ng 2.16.1: Sep 7 2009 * see docs/v2.16.1-ReleaseNotes or complete changelog at ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.16/v2.16.1-ChangeLog diff --git a/configure.ac b/configure.ac index e42ff631..c0e1a296 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(util-linux-ng, 2.16.1, kzak@redhat.com) +AC_INIT(util-linux-ng, 2.16.2, kzak@redhat.com) AC_PREREQ(2.60) |