diff options
author | Steve Dickson <steved@redhat.com> | 2017-01-12 10:21:39 -0500 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2017-01-12 10:21:39 -0500 |
commit | 99e1a48511ea90efc40f7faf7d6fc29b28876695 (patch) | |
tree | dc00077639418d0ba28ea9194dbe00193173db2d | |
parent | 13e2f9577b88d44001b509e89122ad907805b250 (diff) | |
download | nfs-utils-99e1a48511ea90efc40f7faf7d6fc29b28876695.tar.gz nfs-utils-99e1a48511ea90efc40f7faf7d6fc29b28876695.tar.xz nfs-utils-99e1a48511ea90efc40f7faf7d6fc29b28876695.zip |
Release: 2.1.1
Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b3388a6..1ca1603 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -AC_INIT([linux nfs-utils],[1.3.3],[linux-nfs@vger.kernel.org],[nfs-utils]) +AC_INIT([linux nfs-utils],[2.1.1],[linux-nfs@vger.kernel.org],[nfs-utils]) AC_CANONICAL_BUILD([]) AC_CANONICAL_HOST([]) AC_CONFIG_MACRO_DIR(aclocal) |