diff options
author | Steve Dickson <steved@redhat.com> | 2014-03-25 11:12:07 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2014-03-25 11:12:07 -0400 |
commit | 33f2f6df1cd14243ba2f5df7b597aa048bc276a3 (patch) | |
tree | b536e10c55b7802538cde9e01af09091f0d86cf3 | |
parent | 2ae0763a618d30037ebb2520f6292f80d838a440 (diff) | |
download | nfs-utils-33f2f6df1cd14243ba2f5df7b597aa048bc276a3.tar.gz nfs-utils-33f2f6df1cd14243ba2f5df7b597aa048bc276a3.tar.xz nfs-utils-33f2f6df1cd14243ba2f5df7b597aa048bc276a3.zip |
Release 1.3.0
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 bf433d6..7b93de6 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.2.9],[linux-nfs@vger.kernel.org],[nfs-utils]) +AC_INIT([linux nfs-utils],[1.3.0],[linux-nfs@vger.kernel.org],[nfs-utils]) AC_CANONICAL_BUILD([]) AC_CANONICAL_HOST([]) AC_CONFIG_MACRO_DIR(aclocal) |