Skip to content

Commit

Permalink
Bump up to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simo5 committed Apr 13, 2009
1 parent 7ac324e commit d7f0f3d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion server/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ AC_DEFUN([SMB_MODULE_DEFAULT], [echo -n ""])
AC_DEFUN([SMB_LIBRARY_ENABLE], [echo -n ""])
AC_DEFUN([SMB_EXT_LIB], [echo -n ""])
AC_DEFUN([SMB_ENABLE], [echo -n ""])
AC_INIT(sssd, 0.3.0)
AC_INIT(sssd, 0.3.1)
AC_CONFIG_SRCDIR([autogen.sh])

AC_LIBREPLACE_ALL_CHECKS
Expand Down
2 changes: 1 addition & 1 deletion sss_client/configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.50)
AC_INIT(nss_sss, 0.2.1)
AC_INIT(nss_sss, 0.3.1)
AC_CONFIG_HEADER(config.h)

AC_LIBREPLACE_ALL_CHECKS
Expand Down
7 changes: 5 additions & 2 deletions sssd.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: sssd
Version: 0.3.0
Release: 2%{dist}
Version: 0.3.1
Release: 1%{dist}
Group: Applications/System
Summary: System Security Services Daemon
# The entire source code is GPLv3+ except replace/ which is LGPLv3+
Expand Down Expand Up @@ -128,6 +128,9 @@ if [ $1 -ge 1 ] ; then
fi

%changelog
* Mon Apr 13 2009 Simo Sorce <[email protected]> - 0.3.1-1
- bugfix release

* Sun Apr 12 2009 Stephen Gallagher <[email protected]> - 0.3.0-2
- Remove InfoPipe from RPM build

Expand Down

0 comments on commit d7f0f3d

Please sign in to comment.