diff options
author | Steve Dickson <steved@redhat.com> | 2017-10-30 11:28:18 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2017-10-30 11:28:18 -0400 |
commit | a867b45e2cd82c672c878bb6cc2cfd655aa7c6b4 (patch) | |
tree | 3f0f0bd40acf4ba240f47c26f9f1825b39e90477 | |
parent | 5bf27d95b9fb7611a1acedf6e29781dc7d405b5a (diff) | |
download | nfs-utils-a867b45e2cd82c672c878bb6cc2cfd655aa7c6b4.tar.gz nfs-utils-a867b45e2cd82c672c878bb6cc2cfd655aa7c6b4.tar.xz nfs-utils-a867b45e2cd82c672c878bb6cc2cfd655aa7c6b4.zip |
Release: 2.2.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 0513ff7..9b2a502 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],[2.1.1],[linux-nfs@vger.kernel.org],[nfs-utils]) +AC_INIT([linux nfs-utils],[2.2.1],[linux-nfs@vger.kernel.org],[nfs-utils]) AC_CANONICAL_BUILD([]) AC_CANONICAL_HOST([]) AC_CONFIG_MACRO_DIR(aclocal) |