Skip to content

Commit

Permalink
Release version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sgallagher committed Apr 27, 2009
1 parent f7e3265 commit 0108776
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME = sssd
PACKAGE_VERSION = 0.3.2
PACKAGE_VERSION = 0.3.3
TARGET ?= master
SUBDIRS = common server replace sss_client
TARBALL_PREFIX = $(PACKAGE_NAME)-$(PACKAGE_VERSION)
Expand Down
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.2)
AC_INIT(sssd, 0.3.3)
AC_CONFIG_SRCDIR([autogen.sh])

AC_LIBREPLACE_ALL_CHECKS
Expand Down
2 changes: 1 addition & 1 deletion sssd.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: sssd
Version: 0.3.2
Version: 0.3.3
Release: 1%{dist}
Group: Applications/System
Summary: System Security Services Daemon
Expand Down

0 comments on commit 0108776

Please sign in to comment.