diff options
| author | Jeff Layton <jlayton@samba.org> | 2011-01-19 21:04:14 -0500 |
|---|---|---|
| committer | Jeff Layton <jlayton@samba.org> | 2011-01-21 13:55:25 -0500 |
| commit | eb0f1cad7ed85e9d98fef4f8dfbecdac67477e76 (patch) | |
| tree | 55b1db35488664b1ba1fd58bb088a13cabf3edf2 | |
| parent | bf092b75df7a4aae2c4360900175c8a632abb7f2 (diff) | |
| download | cifs-utils-4.8.1.tar.gz cifs-utils-4.8.1.tar.bz2 cifs-utils-4.8.1.zip | |
autoconf: bump release to 4.8.1cifs-utils-4.8.1
The 4.8 release had mis-generated autoconf files (they didn't include
the libcap-ng autoconf goop). 4.8.1 will have that fixed.
Signed-off-by: Jeff Layton <jlayton@samba.org>
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3a4c2f9..e0733f9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([cifs-utils], [4.8], [cifs-utils@samba.org], [cifs-utils], [http://linux-cifs.samba.org/cifs-utils/]) +AC_INIT([cifs-utils], [4.8.1], [cifs-utils@samba.org], [cifs-utils], [http://linux-cifs.samba.org/cifs-utils/]) AC_CONFIG_SRCDIR([replace.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile]) |
