diff options
author | Jeff Layton <jlayton@samba.org> | 2010-06-06 07:31:42 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2010-06-06 07:31:42 -0400 |
commit | b165eb46e70e0d0e8e1d00906e21e42b3c7bb3fa (patch) | |
tree | da4e404e7cc75d8f8f43b6f7d19e583cacf2c367 | |
parent | d3743bbfd82b058b68c1bcf6e3341966a3d9f707 (diff) | |
download | cifs-utils-b165eb46e70e0d0e8e1d00906e21e42b3c7bb3fa.tar.gz cifs-utils-b165eb46e70e0d0e8e1d00906e21e42b3c7bb3fa.tar.bz2 cifs-utils-b165eb46e70e0d0e8e1d00906e21e42b3c7bb3fa.zip |
cifs-utils: bump version number to 4.5.1
...to distinguish interim builds from official releases.
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 4c7b6ee..909acd0 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.5], [cifs-utils@samba.org], [cifs-utils], [http://linux-cifs.samba.org/cifs-utils/]) +AC_INIT([cifs-utils], [4.5.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]) |