Skip to content

Commit

Permalink
Bump up to version 0.2.0
Browse files Browse the repository at this point in the history
Change version after changes in protocol and MPG behavior.
  • Loading branch information
simo5 committed Mar 10, 2009
1 parent 704cc1c commit 1659fa9
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.1.0)
AC_INIT(sssd, 0.2.0)
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.0.1)
AC_INIT(nss_sss, 0.2.0)
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.1.0
Release: 6%{dist}
Version: 0.2.0
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 @@ -117,6 +117,9 @@ if [ $1 -ge 1 ] ; then
fi

%changelog
* Tue Mar 10 2009 Simo Sorce <[email protected]> - 0.2.0-1
- Bump up to version 0.2.0

* Fri Mar 06 2009 Jakub Hrozek <[email protected]> - 0.1.0-4
- fixed items found during review
- added initscript
Expand Down

0 comments on commit 1659fa9

Please sign in to comment.