summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--server/configure.ac2
-rw-r--r--sss_client/configure.ac2
-rw-r--r--sssd.spec5
4 files changed, 7 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index deddebca0..3ae6eea84 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE_NAME = sssd
-PACKAGE_VERSION = 0.3.0
+PACKAGE_VERSION = 0.3.2
TARGET ?= master
SUBDIRS = common server replace sss_client
TARBALL_PREFIX = $(PACKAGE_NAME)-$(PACKAGE_VERSION)
diff --git a/server/configure.ac b/server/configure.ac
index c771edf14..5a74505e8 100644
--- a/server/configure.ac
+++ b/server/configure.ac
@@ -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.1)
+AC_INIT(sssd, 0.3.2)
AC_CONFIG_SRCDIR([autogen.sh])
AC_LIBREPLACE_ALL_CHECKS
diff --git a/sss_client/configure.ac b/sss_client/configure.ac
index 5c5152e9a..4df2397a0 100644
--- a/sss_client/configure.ac
+++ b/sss_client/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.50)
-AC_INIT(nss_sss, 0.3.1)
+AC_INIT(nss_sss, 0.3.2)
AC_CONFIG_HEADER(config.h)
AC_LIBREPLACE_ALL_CHECKS
diff --git a/sssd.spec b/sssd.spec
index 69ff74fca..30931a8e9 100644
--- a/sssd.spec
+++ b/sssd.spec
@@ -1,5 +1,5 @@
Name: sssd
-Version: 0.3.1
+Version: 0.3.2
Release: 1%{dist}
Group: Applications/System
Summary: System Security Services Daemon
@@ -128,6 +128,9 @@ if [ $1 -ge 1 ] ; then
fi
%changelog
+* Mon Apr 20 2009 Jakub Hrozek <jhrozek@redhat.com> - 0.3.2-1
+- bugfix release 0.3.2
+
* Mon Apr 13 2009 Simo Sorce <ssorce@redhat.com> - 0.3.1-1
- bugfix release