diff options
author | Jeff Layton <jlayton@samba.org> | 2010-04-09 09:08:08 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2010-04-09 09:08:08 -0400 |
commit | e4593787a6488573fbec99e5ee604a2e25bc1e5c (patch) | |
tree | 3717484bd7de45be8a9aad4925bb56cb3fe41eb0 | |
parent | 8d08f2b352e3521674465c21bbbd2a2a991781bd (diff) | |
download | cifs-utils-e4593787a6488573fbec99e5ee604a2e25bc1e5c.tar.gz cifs-utils-e4593787a6488573fbec99e5ee604a2e25bc1e5c.tar.bz2 cifs-utils-e4593787a6488573fbec99e5ee604a2e25bc1e5c.zip |
cifs-utils: bump version number to 4.3cifs-utils-4.3
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 857b0d8..f1bd419 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.2], [cifs-utils@samba.org], [cifs-utils], [http://linux-cifs.samba.org/cifs-utils/]) +AC_INIT([cifs-utils], [4.3], [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]) |