summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--server/configure.ac2
-rw-r--r--sssd.spec2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3ae6eea84..7e774a2a8 100644
--- a/Makefile
+++ b/Makefile
@@ -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)
diff --git a/server/configure.ac b/server/configure.ac
index 5a74505e8..be6f67839 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.2)
+AC_INIT(sssd, 0.3.3)
AC_CONFIG_SRCDIR([autogen.sh])
AC_LIBREPLACE_ALL_CHECKS
diff --git a/sssd.spec b/sssd.spec
index 30931a8e9..2b374c290 100644
--- a/sssd.spec
+++ b/sssd.spec
@@ -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